Toolumina Extended Palette

Copy-ready color values

HEX#E873AD
RGBrgb(232, 115, 173)
HSLhsl(330, 72%, 68%)
HSVhsv(330, 50%, 91%)
CMYK approx.cmyk(0, 50, 25, 9)

Color value table

FormatValueCopy
HEX#E873AD
RGBrgb(232, 115, 173)
HSLhsl(330, 72%, 68%)
HSVhsv(330, 50%, 91%)
CMYK approx.cmyk(0, 50, 25, 9)
CSS keywordtoolumina-h330-s72-l68

Contrast and classification

LightLightness2.80:1Contrast with white7.49:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#EA81B5

White 30%
#EF9DC6

White 70%
#F8D5E6

White 90%
#FDF1F7

Black 10%
#D1689C

Black 30%
#A25179

Black 70%
#462334

Black 90%
#170C11

Harmony palettes

Complementary

#178C52
#4FA87C

Analogous

#DA73B4
#E87AA6

Triadic

#73ADE8
#ADE873

Split complementary

#41A171
#137343

Using Toolumina H330 S72 L68

Toolumina H330 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-h330-s72-l68: #e873ad;
}

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

$toolumina-h330-s72-l68: #e873ad;

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