Toolumina Extended Palette
Copy-ready color values
HEX
#B5E8CFRGB
rgb(181, 232, 207)HSL
hsl(151, 53%, 81%)HSV
hsv(151, 22%, 91%)CMYK approx.
cmyk(22, 0, 11, 9)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #B5E8CF | |
| RGB | rgb(181, 232, 207) | |
| HSL | hsl(151, 53%, 81%) | |
| HSV | hsv(151, 22%, 91%) | |
| CMYK approx. | cmyk(22, 0, 11, 9) | |
| CSS keyword | toolumina-h150-s52-l81 |
Contrast and classification
LightLightness1.36:1Contrast with white15.41:1Contrast with blackGreen / TealColor family
Shade and tint preview
White 10%#BCEAD4
White 30%#CBEFDD
White 70%#E9F8F1
White 90%#F8FDFA
Black 10%#A3D1BA
Black 30%#7FA291
Black 70%#36463E
Black 90%#121715
Harmony palettes
Complementary
#4A1730#754F62Analogous
#BBE8CC#B5E5D2Triadic
#E8CFB5#CFB5E8Split complementary
#6B4155#3D1327Using Toolumina H150 S52 L81
Toolumina H150 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-h150-s52-l81: #b5e8cf;
}
.button-primary {
background: var(--color-toolumina-h150-s52-l81);
color: #000000;
}
$toolumina-h150-s52-l81: #b5e8cf;
// Tailwind arbitrary value
class="bg-[#b5e8cf] text-white"