Toolumina Extended Palette

Copy-ready color values

HEX#DF3A63
RGBrgb(223, 58, 99)
HSLhsl(345, 72%, 55%)
HSVhsv(345, 74%, 87%)
CMYK approx.cmyk(0, 74, 56, 13)

Color value table

FormatValueCopy
HEX#DF3A63
RGBrgb(223, 58, 99)
HSLhsl(345, 72%, 55%)
HSVhsv(345, 74%, 87%)
CMYK approx.cmyk(0, 74, 56, 13)
CSS keywordtoolumina-h345-s72-l55

Contrast and classification

LightLightness4.27:1Contrast with white4.92:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#E24E73

White 30%
#E97592

White 70%
#F5C4D0

White 90%
#FCEBEF

Black 10%
#C93459

Black 30%
#9C2945

Black 70%
#43111E

Black 90%
#16060A

Harmony palettes

Complementary

#20C59C
#56D3B4

Analogous

#CB3A72
#DF3F5E

Triadic

#3A63DF
#63DF3A

Split complementary

#48CFAE
#1AA280

Using Toolumina H345 S72 L55

Toolumina H345 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-h345-s72-l55: #df3a63;
}

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

$toolumina-h345-s72-l55: #df3a63;

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