Toolumina Extended Palette

Copy-ready color values

HEX#E873E8
RGBrgb(232, 115, 232)
HSLhsl(300, 72%, 68%)
HSVhsv(300, 50%, 91%)
CMYK approx.cmyk(0, 50, 0, 9)

Color value table

FormatValueCopy
HEX#E873E8
RGBrgb(232, 115, 232)
HSLhsl(300, 72%, 68%)
HSVhsv(300, 50%, 91%)
CMYK approx.cmyk(0, 50, 0, 9)
CSS keywordtoolumina-h300-s72-l68

Contrast and classification

LightLightness2.61:1Contrast with white8.05:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#EA81EA

White 30%
#EF9DEF

White 70%
#F8D5F8

White 90%
#FDF1FD

Black 10%
#D168D1

Black 30%
#A251A2

Black 70%
#462346

Black 90%
#170C17

Harmony palettes

Complementary

#178C17
#4FA84F

Analogous

#DA73E8
#E881DA

Triadic

#73E8E8
#E8E873

Split complementary

#41A141
#137313

Using Toolumina H300 S72 L68

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

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

$toolumina-h300-s72-l68: #e873e8;

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