Toolumina Extended Palette

Copy-ready color values

HEX#DF3A8C
RGBrgb(223, 58, 140)
HSLhsl(330, 72%, 55%)
HSVhsv(330, 74%, 87%)
CMYK approx.cmyk(0, 74, 37, 13)

Color value table

FormatValueCopy
HEX#DF3A8C
RGBrgb(223, 58, 140)
HSLhsl(330, 72%, 55%)
HSVhsv(330, 74%, 87%)
CMYK approx.cmyk(0, 74, 37, 13)
CSS keywordtoolumina-h330-s72-l55

Contrast and classification

LightLightness4.10:1Contrast with white5.12:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#E24E98

White 30%
#E975AF

White 70%
#F5C4DD

White 90%
#FCEBF4

Black 10%
#C9347E

Black 30%
#9C2962

Black 70%
#43112A

Black 90%
#16060E

Harmony palettes

Complementary

#20C573
#56D395

Analogous

#CB3A96
#DF4482

Triadic

#3A8CDF
#8CDF3A

Split complementary

#48CF8C
#1AA25E

Using Toolumina H330 S72 L55

Toolumina H330 S72 L55 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-l55: #df3a8c;
}

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

$toolumina-h330-s72-l55: #df3a8c;

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