Toolumina Extended Palette

Copy-ready color values

HEX#C2E8B5
RGBrgb(194, 232, 181)
HSLhsl(105, 53%, 81%)
HSVhsv(105, 22%, 91%)
CMYK approx.cmyk(16, 0, 22, 9)

Color value table

FormatValueCopy
HEX#C2E8B5
RGBrgb(194, 232, 181)
HSLhsl(105, 53%, 81%)
HSVhsv(105, 22%, 91%)
CMYK approx.cmyk(16, 0, 22, 9)
CSS keywordtoolumina-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
#6C4F75

Analogous

#C7E8B7
#C2E2BB

Triadic

#E8B5C2
#B5C2E8

Split complementary

#60416B
#32133D

Using 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"