Toolumina Extended Palette

Copy-ready color values

HEX#4F33A3
RGBrgb(79, 51, 163)
HSLhsl(255, 52%, 42%)
HSVhsv(255, 69%, 64%)
CMYK approx.cmyk(52, 69, 0, 36)

Color value table

FormatValueCopy
HEX#4F33A3
RGBrgb(79, 51, 163)
HSLhsl(255, 52%, 42%)
HSVhsv(255, 69%, 64%)
CMYK approx.cmyk(52, 69, 0, 36)
CSS keywordtoolumina-h255-s52-l42

Contrast and classification

DarkLightness8.99:1Contrast with white2.33:1Contrast with blackPurple / BlueColor family

Shade and tint preview

White 10%
#6147AC

White 30%
#8470BF

White 70%
#CAC2E3

White 90%
#EDEBF6

Black 10%
#472E93

Black 30%
#372472

Black 70%
#180F31

Black 90%
#080510

Harmony palettes

Complementary

#B0CC5C
#C3D883

Analogous

#4C3399
#4F4096

Triadic

#33A34F
#A34F33

Split complementary

#BED579
#90A74B

Using Toolumina H255 S52 L42

Toolumina H255 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-h255-s52-l42: #4f33a3;
}

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

$toolumina-h255-s52-l42: #4f33a3;

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