Toolumina Extended Palette

Copy-ready color values

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

Color value table

FormatValueCopy
HEX#C8518C
RGBrgb(200, 81, 140)
HSLhsl(330, 52%, 55%)
HSVhsv(330, 60%, 78%)
CMYK approx.cmyk(0, 60, 30, 22)
CSS keywordtoolumina-h330-s52-l55

Contrast and classification

LightLightness4.19:1Contrast with white5.01:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#CE6298

White 30%
#D985AF

White 70%
#EFCBDD

White 90%
#FAEEF4

Black 10%
#B4497E

Black 30%
#8C3962

Black 70%
#3C182A

Black 90%
#14080E

Harmony palettes

Complementary

#37AE73
#67C195

Analogous

#BA5193
#C85885

Triadic

#518CC8
#8CC851

Split complementary

#5BBD8C
#2D8F5E

Using Toolumina H330 S52 L55

Toolumina H330 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-h330-s52-l55: #c8518c;
}

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

$toolumina-h330-s52-l55: #c8518c;

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