Toolumina Extended Palette

Copy-ready color values

HEX#A3334F
RGBrgb(163, 51, 79)
HSLhsl(345, 52%, 42%)
HSVhsv(345, 69%, 64%)
CMYK approx.cmyk(0, 69, 52, 36)

Color value table

FormatValueCopy
HEX#A3334F
RGBrgb(163, 51, 79)
HSLhsl(345, 52%, 42%)
HSVhsv(345, 69%, 64%)
CMYK approx.cmyk(0, 69, 52, 36)
CSS keywordtoolumina-h345-s52-l42

Contrast and classification

DarkLightness6.68:1Contrast with white3.14:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#AC4761

White 30%
#BF7084

White 70%
#E3C2CA

White 90%
#F6EBED

Black 10%
#932E47

Black 30%
#722437

Black 70%
#310F18

Black 90%
#100508

Harmony palettes

Complementary

#5CCCB0
#83D8C3

Analogous

#963359
#A3364C

Triadic

#334FA3
#4FA333

Split complementary

#79D5BE
#4BA790

Using Toolumina H345 S52 L42

Toolumina H345 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-h345-s52-l42: #a3334f;
}

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

$toolumina-h345-s52-l42: #a3334f;

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