Toolumina Extended Palette

Copy-ready color values

HEX#A333A3
RGBrgb(163, 51, 163)
HSLhsl(300, 52%, 42%)
HSVhsv(300, 69%, 64%)
CMYK approx.cmyk(0, 69, 0, 36)

Color value table

FormatValueCopy
HEX#A333A3
RGBrgb(163, 51, 163)
HSLhsl(300, 52%, 42%)
HSVhsv(300, 69%, 64%)
CMYK approx.cmyk(0, 69, 0, 36)
CSS keywordtoolumina-h300-s52-l42

Contrast and classification

DarkLightness5.90:1Contrast with white3.56:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#AC47AC

White 30%
#BF70BF

White 70%
#E3C2E3

White 90%
#F6EBF6

Black 10%
#932E93

Black 30%
#722472

Black 70%
#310F31

Black 90%
#100510

Harmony palettes

Complementary

#5CCC5C
#83D883

Analogous

#9633A3
#A34096

Triadic

#33A3A3
#A3A333

Split complementary

#79D579
#4BA74B

Using Toolumina H300 S52 L42

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

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

$toolumina-h300-s52-l42: #a333a3;

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