Toolumina Extended Palette

Copy-ready color values

HEX#8733A3
RGBrgb(135, 51, 163)
HSLhsl(285, 52%, 42%)
HSVhsv(285, 69%, 64%)
CMYK approx.cmyk(17, 69, 0, 36)

Color value table

FormatValueCopy
HEX#8733A3
RGBrgb(135, 51, 163)
HSLhsl(285, 52%, 42%)
HSVhsv(285, 69%, 64%)
CMYK approx.cmyk(17, 69, 0, 36)
CSS keywordtoolumina-h285-s52-l42

Contrast and classification

DarkLightness6.92:1Contrast with white3.03:1Contrast with blackPurple / BlueColor family

Shade and tint preview

White 10%
#9347AC

White 30%
#AB70BF

White 70%
#DBC2E3

White 90%
#F3EBF6

Black 10%
#7A2E93

Black 30%
#5F2472

Black 70%
#290F31

Black 90%
#0E0510

Harmony palettes

Complementary

#78CC5C
#98D883

Analogous

#7D33A0
#874096

Triadic

#33A387
#A38733

Split complementary

#90D579
#62A74B

Using Toolumina H285 S52 L42

Toolumina H285 S52 L42 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-h285-s52-l42: #8733a3;
}

.button-primary {
  background: var(--color-toolumina-h285-s52-l42);
  color: #ffffff;
}

$toolumina-h285-s52-l42: #8733a3;

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