Toolumina Extended Palette

Copy-ready color values

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

Color value table

FormatValueCopy
HEX#E8C2B5
RGBrgb(232, 194, 181)
HSLhsl(15, 53%, 81%)
HSVhsv(15, 22%, 91%)
CMYK approx.cmyk(0, 16, 22, 9)
CSS keywordtoolumina-h15-s52-l81

Contrast and classification

LightLightness1.64:1Contrast with white12.82:1Contrast with blackRed / OrangeColor family

Shade and tint preview

White 10%
#EAC8BC

White 30%
#EFD4CB

White 70%
#F8EDE9

White 90%
#FDF9F8

Black 10%
#D1AFA3

Black 30%
#A2887F

Black 70%
#463A36

Black 90%
#171312

Harmony palettes

Complementary

#173D4A
#4F6C75

Analogous

#E3C2BB
#E8C0B7

Triadic

#C2B5E8
#B5E8C2

Split complementary

#41606B
#13323D

Using Toolumina H15 S52 L81

Toolumina H15 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-h15-s52-l81: #e8c2b5;
}

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

$toolumina-h15-s52-l81: #e8c2b5;

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