Toolumina Extended Palette

Copy-ready color values

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

Color value table

FormatValueCopy
HEX#C8516E
RGBrgb(200, 81, 110)
HSLhsl(345, 52%, 55%)
HSVhsv(345, 60%, 78%)
CMYK approx.cmyk(0, 60, 45, 22)
CSS keywordtoolumina-h345-s52-l55

Contrast and classification

LightLightness4.32:1Contrast with white4.86:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#CE627D

White 30%
#D9859A

White 70%
#EFCBD4

White 90%
#FAEEF1

Black 10%
#B44963

Black 30%
#8C394D

Black 70%
#3C1821

Black 90%
#14080B

Harmony palettes

Complementary

#37AE91
#67C1AB

Analogous

#BA5179
#C8546B

Triadic

#516EC8
#6EC851

Split complementary

#5BBDA5
#2D8F77

Using Toolumina H345 S52 L55

Toolumina H345 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-h345-s52-l55: #c8516e;
}

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

$toolumina-h345-s52-l55: #c8516e;

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