Toolumina Extended Palette
Copy-ready color values
HEX
#B5E8DBRGB
rgb(181, 232, 219)HSL
hsl(165, 53%, 81%)HSV
hsv(165, 22%, 91%)CMYK approx.
cmyk(22, 0, 6, 9)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #B5E8DB | |
| RGB | rgb(181, 232, 219) | |
| HSL | hsl(165, 53%, 81%) | |
| HSV | hsv(165, 22%, 91%) | |
| CMYK approx. | cmyk(22, 0, 6, 9) | |
| CSS keyword | toolumina-h165-s52-l81 |
Contrast and classification
LightLightness1.35:1Contrast with white15.53:1Contrast with blackGreen / TealColor family
Shade and tint preview
White 10%#BCEADF
White 30%#CBEFE6
White 70%#E9F8F4
White 90%#F8FDFB
Black 10%#A3D1C5
Black 30%#7FA299
Black 70%#364642
Black 90%#121716
Harmony palettes
Complementary
#4A1724#754F59Analogous
#BBE8D6#B5E6DDTriadic
#E8DBB5#DBB5E8Split complementary
#6B414B#3D131EUsing Toolumina H165 S52 L81
Toolumina H165 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-h165-s52-l81: #b5e8db;
}
.button-primary {
background: var(--color-toolumina-h165-s52-l81);
color: #000000;
}
$toolumina-h165-s52-l81: #b5e8db;
// Tailwind arbitrary value
class="bg-[#b5e8db] text-white"