Toolumina Extended Palette

Copy-ready color values

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

Color value table

FormatValueCopy
HEX#C851AA
RGBrgb(200, 81, 170)
HSLhsl(315, 52%, 55%)
HSVhsv(315, 60%, 78%)
CMYK approx.cmyk(0, 60, 15, 22)
CSS keywordtoolumina-h315-s52-l55

Contrast and classification

LightLightness4.03:1Contrast with white5.21:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#CE62B3

White 30%
#D985C4

White 70%
#EFCBE6

White 90%
#FAEEF7

Black 10%
#B44999

Black 30%
#8C3977

Black 70%
#3C1833

Black 90%
#140811

Harmony palettes

Complementary

#37AE55
#67C17E

Analogous

#BA51AE
#C85C9F

Triadic

#51AAC8
#AAC851

Split complementary

#5BBD74
#2D8F46

Using Toolumina H315 S52 L55

Toolumina H315 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-h315-s52-l55: #c851aa;
}

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

$toolumina-h315-s52-l55: #c851aa;

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