Toolumina Extended Palette
Copy-ready color values
HEX
#B5E8B5RGB
rgb(181, 232, 181)HSL
hsl(120, 53%, 81%)HSV
hsv(120, 22%, 91%)CMYK approx.
cmyk(22, 0, 22, 9)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #B5E8B5 | |
| RGB | rgb(181, 232, 181) | |
| HSL | hsl(120, 53%, 81%) | |
| HSV | hsv(120, 22%, 91%) | |
| CMYK approx. | cmyk(22, 0, 22, 9) | |
| CSS keyword | toolumina-h120-s52-l81 |
Contrast and classification
LightLightness1.38:1Contrast with white15.17:1Contrast with blackGreen / TealColor family
Shade and tint preview
White 10%#BCEABC
White 30%#CBEFCB
White 70%#E9F8E9
White 90%#F8FDF8
Black 10%#A3D1A3
Black 30%#7FA27F
Black 70%#364636
Black 90%#121712
Harmony palettes
Complementary
#4A174A#754F75Analogous
#BBE8B5#B5E2BBTriadic
#E8B5B5#B5B5E8Split complementary
#6B416B#3D133DUsing Toolumina H120 S52 L81
Toolumina H120 S52 L81 works best when it is chosen with contrast, surrounding colors, and interface state in mind. Use the HEX value for static CSS, RGB when you need channel-level control, and HSL when adjusting lightness or saturation for hover states. The CMYK value is an approximate screen-to-print conversion, so print workflows should still rely on calibrated design software or a printer profile.
CSS, SCSS, and Tailwind examples
:root {
--color-toolumina-h120-s52-l81: #b5e8b5;
}
.button-primary {
background: var(--color-toolumina-h120-s52-l81);
color: #000000;
}
$toolumina-h120-s52-l81: #b5e8b5;
// Tailwind arbitrary value
class="bg-[#b5e8b5] text-white"