Toolumina Extended Palette

Copy-ready color values

HEX#E87390
RGBrgb(232, 115, 144)
HSLhsl(345, 72%, 68%)
HSVhsv(345, 50%, 91%)
CMYK approx.cmyk(0, 50, 38, 9)

Color value table

FormatValueCopy
HEX#E87390
RGBrgb(232, 115, 144)
HSLhsl(345, 72%, 68%)
HSVhsv(345, 50%, 91%)
CMYK approx.cmyk(0, 50, 38, 9)
CSS keywordtoolumina-h345-s72-l68

Contrast and classification

LightLightness2.88:1Contrast with white7.29:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#EA819B

White 30%
#EF9DB1

White 70%
#F8D5DE

White 90%
#FDF1F4

Black 10%
#D16882

Black 30%
#A25165

Black 70%
#46232B

Black 90%
#170C0E

Harmony palettes

Complementary

#178C6F
#4FA892

Analogous

#DA739B
#E8768D

Triadic

#7390E8
#90E873

Split complementary

#41A189
#13735B

Using Toolumina H345 S72 L68

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

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

$toolumina-h345-s72-l68: #e87390;

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