Toolumina Extended Palette

Copy-ready color values

HEX#AD73E8
RGBrgb(173, 115, 232)
HSLhsl(270, 72%, 68%)
HSVhsv(270, 50%, 91%)
CMYK approx.cmyk(25, 50, 0, 9)

Color value table

FormatValueCopy
HEX#AD73E8
RGBrgb(173, 115, 232)
HSLhsl(270, 72%, 68%)
HSVhsv(270, 50%, 91%)
CMYK approx.cmyk(25, 50, 0, 9)
CSS keywordtoolumina-h270-s72-l68

Contrast and classification

LightLightness3.28:1Contrast with white6.39:1Contrast with blackPurple / BlueColor family

Shade and tint preview

White 10%
#B581EA

White 30%
#C69DEF

White 70%
#E6D5F8

White 90%
#F7F1FD

Black 10%
#9C68D1

Black 30%
#7951A2

Black 70%
#342346

Black 90%
#110C17

Harmony palettes

Complementary

#528C17
#7CA84F

Analogous

#A673E1
#AD81DA

Triadic

#73E8AD
#E8AD73

Split complementary

#71A141
#437313

Using Toolumina H270 S72 L68

Toolumina H270 S72 L68 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-s72-l68: #ad73e8;
}

.button-primary {
  background: var(--color-toolumina-h270-s72-l68);
  color: #000000;
}

$toolumina-h270-s72-l68: #ad73e8;

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