Toolumina Extended Palette

Copy-ready color values

HEX#9883D8
RGBrgb(152, 131, 216)
HSLhsl(255, 52%, 68%)
HSVhsv(255, 39%, 85%)
CMYK approx.cmyk(30, 39, 0, 15)

Color value table

FormatValueCopy
HEX#9883D8
RGBrgb(152, 131, 216)
HSLhsl(255, 52%, 68%)
HSVhsv(255, 39%, 85%)
CMYK approx.cmyk(30, 39, 0, 15)
CSS keywordtoolumina-h255-s52-l68

Contrast and classification

LightLightness3.19:1Contrast with white6.57:1Contrast with blackPurple / BlueColor family

Shade and tint preview

White 10%
#A28FDC

White 30%
#B7A8E4

White 70%
#E0DAF3

White 90%
#F5F3FB

Black 10%
#8976C2

Black 30%
#6A5C97

Black 70%
#2E2741

Black 90%
#0F0D16

Harmony palettes

Complementary

#677C27
#8B9B5B

Analogous

#9583D0
#988DCE

Triadic

#83D898
#D89883

Split complementary

#82944E
#546620

Using Toolumina H255 S52 L68

Toolumina H255 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-h255-s52-l68: #9883d8;
}

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

$toolumina-h255-s52-l68: #9883d8;

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