Toolumina Extended Palette

Copy-ready color values

HEX#DBE8B5
RGBrgb(219, 232, 181)
HSLhsl(75, 53%, 81%)
HSVhsv(75, 22%, 91%)
CMYK approx.cmyk(6, 0, 22, 9)

Color value table

FormatValueCopy
HEX#DBE8B5
RGBrgb(219, 232, 181)
HSLhsl(75, 53%, 81%)
HSVhsv(75, 22%, 91%)
CMYK approx.cmyk(6, 0, 22, 9)
CSS keywordtoolumina-h75-s52-l81

Contrast and classification

LightLightness1.29:1Contrast with white16.22:1Contrast with blackYellow / GreenColor family

Shade and tint preview

White 10%
#DFEABC

White 30%
#E6EFCB

White 70%
#F4F8E9

White 90%
#FBFDF8

Black 10%
#C5D1A3

Black 30%
#99A27F

Black 70%
#424636

Black 90%
#161712

Harmony palettes

Complementary

#24174A
#594F75

Analogous

#DDE8BA
#DBE2BB

Triadic

#E8B5DB
#B5DBE8

Split complementary

#4B416B
#1E133D

Using Toolumina H75 S52 L81

Toolumina H75 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-h75-s52-l81: #dbe8b5;
}

.button-primary {
  background: var(--color-toolumina-h75-s52-l81);
  color: #000000;
}

$toolumina-h75-s52-l81: #dbe8b5;

// Tailwind arbitrary value
class="bg-[#dbe8b5] text-white"