Toolumina Extended Palette

Copy-ready color values

HEX#C383D8
RGBrgb(195, 131, 216)
HSLhsl(285, 52%, 68%)
HSVhsv(285, 39%, 85%)
CMYK approx.cmyk(10, 39, 0, 15)

Color value table

FormatValueCopy
HEX#C383D8
RGBrgb(195, 131, 216)
HSLhsl(285, 52%, 68%)
HSVhsv(285, 39%, 85%)
CMYK approx.cmyk(10, 39, 0, 15)
CSS keywordtoolumina-h285-s52-l68

Contrast and classification

LightLightness2.78:1Contrast with white7.56:1Contrast with blackPurple / BlueColor family

Shade and tint preview

White 10%
#C98FDC

White 30%
#D5A8E4

White 70%
#EDDAF3

White 90%
#F9F3FB

Black 10%
#B076C2

Black 30%
#895C97

Black 70%
#3B2741

Black 90%
#140D16

Harmony palettes

Complementary

#3C7C27
#6B9B5B

Analogous

#BB83D5
#C38DCE

Triadic

#83D8C3
#D8C383

Split complementary

#5F944E
#316620

Using Toolumina H285 S52 L68

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

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

$toolumina-h285-s52-l68: #c383d8;

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