Toolumina Extended Palette

Copy-ready color values

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

Color value table

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

Contrast and classification

LightLightness3.84:1Contrast with white5.47:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#CE62CE

White 30%
#D985D9

White 70%
#EFCBEF

White 90%
#FAEEFA

Black 10%
#B449B4

Black 30%
#8C398C

Black 70%
#3C183C

Black 90%
#140814

Harmony palettes

Complementary

#37AE37
#67C167

Analogous

#BA51C8
#C85FBA

Triadic

#51C8C8
#C8C851

Split complementary

#5BBD5B
#2D8F2D

Using Toolumina H300 S52 L55

Toolumina H300 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-h300-s52-l55: #c851c8;
}

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

$toolumina-h300-s52-l55: #c851c8;

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