Toolumina Extended Palette

Copy-ready color values

HEX#CB73E8
RGBrgb(203, 115, 232)
HSLhsl(285, 72%, 68%)
HSVhsv(285, 50%, 91%)
CMYK approx.cmyk(13, 50, 0, 9)

Color value table

FormatValueCopy
HEX#CB73E8
RGBrgb(203, 115, 232)
HSLhsl(285, 72%, 68%)
HSVhsv(285, 50%, 91%)
CMYK approx.cmyk(13, 50, 0, 9)
CSS keywordtoolumina-h285-s72-l68

Contrast and classification

LightLightness2.93:1Contrast with white7.16:1Contrast with blackPurple / BlueColor family

Shade and tint preview

White 10%
#D081EA

White 30%
#DB9DEF

White 70%
#EFD5F8

White 90%
#FAF1FD

Black 10%
#B768D1

Black 30%
#8E51A2

Black 70%
#3D2346

Black 90%
#140C17

Harmony palettes

Complementary

#348C17
#65A84F

Analogous

#C073E5
#CB81DA

Triadic

#73E8CB
#E8CB73

Split complementary

#59A141
#2B7313

Using Toolumina H285 S72 L68

Toolumina H285 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-h285-s72-l68: #cb73e8;
}

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

$toolumina-h285-s72-l68: #cb73e8;

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