Toolumina Extended Palette

Copy-ready color values

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

Color value table

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

Contrast and classification

LightLightness2.64:1Contrast with white7.95:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#DC8FC9

White 30%
#E4A8D5

White 70%
#F3DAED

White 90%
#FBF3F9

Black 10%
#C276B0

Black 30%
#975C89

Black 70%
#41273B

Black 90%
#160D14

Harmony palettes

Complementary

#277C3C
#5B9B6B

Analogous

#CE83C6
#D88BBB

Triadic

#83C3D8
#C3D883

Split complementary

#4E945F
#206631

Using Toolumina H315 S52 L68

Toolumina H315 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-h315-s52-l68: #d883c3;
}

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

$toolumina-h315-s52-l68: #d883c3;

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