Toolumina Extended Palette

Copy-ready color values

HEX#D883D8
RGBrgb(216, 131, 216)
HSLhsl(300, 52%, 68%)
HSVhsv(300, 39%, 85%)
CMYK approx.cmyk(0, 39, 0, 15)

Color value table

FormatValueCopy
HEX#D883D8
RGBrgb(216, 131, 216)
HSLhsl(300, 52%, 68%)
HSVhsv(300, 39%, 85%)
CMYK approx.cmyk(0, 39, 0, 15)
CSS keywordtoolumina-h300-s52-l68

Contrast and classification

LightLightness2.57:1Contrast with white8.16:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#DC8FDC

White 30%
#E4A8E4

White 70%
#F3DAF3

White 90%
#FBF3FB

Black 10%
#C276C2

Black 30%
#975C97

Black 70%
#412741

Black 90%
#160D16

Harmony palettes

Complementary

#277C27
#5B9B5B

Analogous

#CE83D8
#D88DCE

Triadic

#83D8D8
#D8D883

Split complementary

#4E944E
#206620

Using Toolumina H300 S52 L68

Toolumina H300 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-h300-s52-l68: #d883d8;
}

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

$toolumina-h300-s52-l68: #d883d8;

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