Toolumina Extended Palette

Copy-ready color values

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

Color value table

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

Contrast and classification

LightLightness4.45:1Contrast with white4.72:1Contrast with blackPurple / BlueColor family

Shade and tint preview

White 10%
#B362CE

White 30%
#C485D9

White 70%
#E6CBEF

White 90%
#F7EEFA

Black 10%
#9949B4

Black 30%
#77398C

Black 70%
#33183C

Black 90%
#110814

Harmony palettes

Complementary

#55AE37
#7EC167

Analogous

#9F51C4
#AA5FBA

Triadic

#51C8AA
#C8AA51

Split complementary

#74BD5B
#468F2D

Using Toolumina H285 S52 L55

Toolumina H285 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-h285-s52-l55: #aa51c8;
}

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

$toolumina-h285-s52-l55: #aa51c8;

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