Toolumina Extended Palette

Copy-ready color values

HEX#AD83D8
RGBrgb(173, 131, 216)
HSLhsl(270, 52%, 68%)
HSVhsv(270, 39%, 85%)
CMYK approx.cmyk(20, 39, 0, 15)

Color value table

FormatValueCopy
HEX#AD83D8
RGBrgb(173, 131, 216)
HSLhsl(270, 52%, 68%)
HSVhsv(270, 39%, 85%)
CMYK approx.cmyk(20, 39, 0, 15)
CSS keywordtoolumina-h270-s52-l68

Contrast and classification

LightLightness2.99:1Contrast with white7.01:1Contrast with blackPurple / BlueColor family

Shade and tint preview

White 10%
#B58FDC

White 30%
#C6A8E4

White 70%
#E6DAF3

White 90%
#F7F3FB

Black 10%
#9C76C2

Black 30%
#795C97

Black 70%
#342741

Black 90%
#110D16

Harmony palettes

Complementary

#527C27
#7C9B5B

Analogous

#A883D3
#AD8DCE

Triadic

#83D8AD
#D8AD83

Split complementary

#71944E
#436620

Using Toolumina H270 S52 L68

Toolumina H270 S52 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-s52-l68: #ad83d8;
}

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

$toolumina-h270-s52-l68: #ad83d8;

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