Toolumina Extended Palette

Copy-ready color values

HEX#C85151
RGBrgb(200, 81, 81)
HSLhsl(0, 52%, 55%)
HSVhsv(0, 60%, 78%)
CMYK approx.cmyk(0, 60, 60, 22)

Color value table

FormatValueCopy
HEX#C85151
RGBrgb(200, 81, 81)
HSLhsl(0, 52%, 55%)
HSVhsv(0, 60%, 78%)
CMYK approx.cmyk(0, 60, 60, 22)
CSS keywordtoolumina-h0-s52-l55

Contrast and classification

LightLightness4.42:1Contrast with white4.75:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#CE6262

White 30%
#D98585

White 70%
#EFCBCB

White 90%
#FAEEEE

Black 10%
#B44949

Black 30%
#8C3939

Black 70%
#3C1818

Black 90%
#140808

Harmony palettes

Complementary

#37AEAE
#67C1C1

Analogous

#BA515F
#C85151

Triadic

#5151C8
#51C851

Split complementary

#5BBDBD
#2D8F8F

Using Toolumina H0 S52 L55

Toolumina H0 S52 L55 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-h0-s52-l55: #c85151;
}

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

$toolumina-h0-s52-l55: #c85151;

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