Toolumina Extended Palette

Copy-ready color values

HEX#D88398
RGBrgb(216, 131, 152)
HSLhsl(345, 52%, 68%)
HSVhsv(345, 39%, 85%)
CMYK approx.cmyk(0, 39, 30, 15)

Color value table

FormatValueCopy
HEX#D88398
RGBrgb(216, 131, 152)
HSLhsl(345, 52%, 68%)
HSVhsv(345, 39%, 85%)
CMYK approx.cmyk(0, 39, 30, 15)
CSS keywordtoolumina-h345-s52-l68

Contrast and classification

LightLightness2.76:1Contrast with white7.62:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#DC8FA2

White 30%
#E4A8B7

White 70%
#F3DAE0

White 90%
#FBF3F5

Black 10%
#C27689

Black 30%
#975C6A

Black 70%
#41272E

Black 90%
#160D0F

Harmony palettes

Complementary

#277C67
#5B9B8B

Analogous

#CE83A0
#D88695

Triadic

#8398D8
#98D883

Split complementary

#4E9482
#206654

Using Toolumina H345 S52 L68

Toolumina H345 S52 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-s52-l68: #d88398;
}

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

$toolumina-h345-s52-l68: #d88398;

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