Toolumina Extended Palette
Copy-ready color values
HEX
#C2E8B5RGB
rgb(194, 232, 181)HSL
hsl(105, 53%, 81%)HSV
hsv(105, 22%, 91%)CMYK approx.
cmyk(16, 0, 22, 9)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #C2E8B5 | |
| RGB | rgb(194, 232, 181) | |
| HSL | hsl(105, 53%, 81%) | |
| HSV | hsv(105, 22%, 91%) | |
| CMYK approx. | cmyk(16, 0, 22, 9) | |
| CSS keyword | toolumina-h105-s52-l81 |
Contrast and classification
LightLightness1.35:1Contrast with white15.50:1Contrast with blackYellow / GreenColor family
Shade and tint preview
White 10%#C8EABC
White 30%#D4EFCB
White 70%#EDF8E9
White 90%#F9FDF8
Black 10%#AFD1A3
Black 30%#88A27F
Black 70%#3A4636
Black 90%#131712
Harmony palettes
Complementary
#3D174A#6C4F75Analogous
#C7E8B7#C2E2BBTriadic
#E8B5C2#B5C2E8Split complementary
#60416B#32133DUsing Toolumina H105 S52 L81
Toolumina H105 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-h105-s52-l81: #c2e8b5;
}
.button-primary {
background: var(--color-toolumina-h105-s52-l81);
color: #000000;
}
$toolumina-h105-s52-l81: #c2e8b5;
// Tailwind arbitrary value
class="bg-[#c2e8b5] text-white"