Toolumina Extended Palette

Copy-ready color values

HEX#8C51C8
RGBrgb(140, 81, 200)
HSLhsl(270, 52%, 55%)
HSVhsv(270, 60%, 78%)
CMYK approx.cmyk(30, 60, 0, 22)

Color value table

FormatValueCopy
HEX#8C51C8
RGBrgb(140, 81, 200)
HSLhsl(270, 52%, 55%)
HSVhsv(270, 60%, 78%)
CMYK approx.cmyk(30, 60, 0, 22)
CSS keywordtoolumina-h270-s52-l55

Contrast and classification

LightLightness5.09:1Contrast with white4.13:1Contrast with blackPurple / BlueColor family

Shade and tint preview

White 10%
#9862CE

White 30%
#AF85D9

White 70%
#DDCBEF

White 90%
#F4EEFA

Black 10%
#7E49B4

Black 30%
#62398C

Black 70%
#2A183C

Black 90%
#0E0814

Harmony palettes

Complementary

#73AE37
#95C167

Analogous

#8551C1
#8C5FBA

Triadic

#51C88C
#C88C51

Split complementary

#8CBD5B
#5E8F2D

Using Toolumina H270 S52 L55

Toolumina H270 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-h270-s52-l55: #8c51c8;
}

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

$toolumina-h270-s52-l55: #8c51c8;

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