Toolumina Extended Palette

Copy-ready color values

HEX#E89073
RGBrgb(232, 144, 115)
HSLhsl(15, 72%, 68%)
HSVhsv(15, 50%, 91%)
CMYK approx.cmyk(0, 38, 50, 9)

Color value table

FormatValueCopy
HEX#E89073
RGBrgb(232, 144, 115)
HSLhsl(15, 72%, 68%)
HSVhsv(15, 50%, 91%)
CMYK approx.cmyk(0, 38, 50, 9)
CSS keywordtoolumina-h15-s72-l68

Contrast and classification

LightLightness2.42:1Contrast with white8.67:1Contrast with blackRed / OrangeColor family

Shade and tint preview

White 10%
#EA9B81

White 30%
#EFB19D

White 70%
#F8DED5

White 90%
#FDF4F1

Black 10%
#D18268

Black 30%
#A26551

Black 70%
#462B23

Black 90%
#170E0C

Harmony palettes

Complementary

#176F8C
#4F92A8

Analogous

#DD9081
#E88D76

Triadic

#9073E8
#73E890

Split complementary

#4189A1
#135B73

Using Toolumina H15 S72 L68

Toolumina H15 S72 L68 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-s72-l68: #e89073;
}

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

$toolumina-h15-s72-l68: #e89073;

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