Toolumina Extended Palette

Copy-ready color values

HEX#E8CFB5
RGBrgb(232, 207, 181)
HSLhsl(31, 53%, 81%)
HSVhsv(31, 22%, 91%)
CMYK approx.cmyk(0, 11, 22, 9)

Color value table

FormatValueCopy
HEX#E8CFB5
RGBrgb(232, 207, 181)
HSLhsl(31, 53%, 81%)
HSVhsv(31, 22%, 91%)
CMYK approx.cmyk(0, 11, 22, 9)
CSS keywordtoolumina-h30-s52-l81

Contrast and classification

LightLightness1.50:1Contrast with white14.02:1Contrast with blackRed / OrangeColor family

Shade and tint preview

White 10%
#EAD4BC

White 30%
#EFDDCB

White 70%
#F8F1E9

White 90%
#FDFAF8

Black 10%
#D1BAA3

Black 30%
#A2917F

Black 70%
#463E36

Black 90%
#171512

Harmony palettes

Complementary

#17304A
#4F6275

Analogous

#E5CFBB
#E8CCB8

Triadic

#CFB5E8
#B5E8CF

Split complementary

#41556B
#13273D

Using Toolumina H30 S52 L81

Toolumina H30 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-h30-s52-l81: #e8cfb5;
}

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

$toolumina-h30-s52-l81: #e8cfb5;

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