Toolumina Extended Palette

Copy-ready color values

HEX#A3336B
RGBrgb(163, 51, 107)
HSLhsl(330, 52%, 42%)
HSVhsv(330, 69%, 64%)
CMYK approx.cmyk(0, 69, 34, 36)

Color value table

FormatValueCopy
HEX#A3336B
RGBrgb(163, 51, 107)
HSLhsl(330, 52%, 42%)
HSVhsv(330, 69%, 64%)
CMYK approx.cmyk(0, 69, 34, 36)
CSS keywordtoolumina-h330-s52-l42

Contrast and classification

DarkLightness6.48:1Contrast with white3.24:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#AC477A

White 30%
#BF7097

White 70%
#E3C2D3

White 90%
#F6EBF0

Black 10%
#932E60

Black 30%
#72244B

Black 70%
#310F20

Black 90%
#10050B

Harmony palettes

Complementary

#5CCC94
#83D8AE

Analogous

#963372
#A33A64

Triadic

#336BA3
#6BA333

Split complementary

#79D5A7
#4BA779

Using Toolumina H330 S52 L42

Toolumina H330 S52 L42 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-s52-l42: #a3336b;
}

.button-primary {
  background: var(--color-toolumina-h330-s52-l42);
  color: #ffffff;
}

$toolumina-h330-s52-l42: #a3336b;

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