Toolumina Extended Palette

Copy-ready color values

HEX#B81E6B
RGBrgb(184, 30, 107)
HSLhsl(330, 72%, 42%)
HSVhsv(330, 84%, 72%)
CMYK approx.cmyk(0, 84, 42, 28)

Color value table

FormatValueCopy
HEX#B81E6B
RGBrgb(184, 30, 107)
HSLhsl(330, 72%, 42%)
HSVhsv(330, 84%, 72%)
CMYK approx.cmyk(0, 84, 42, 28)
CSS keywordtoolumina-h330-s72-l42

Contrast and classification

DarkLightness6.11:1Contrast with white3.44:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#BF357A

White 30%
#CD6297

White 70%
#EABCD3

White 90%
#F8E9F0

Black 10%
#A61B60

Black 30%
#81154B

Black 70%
#370920

Black 90%
#12030B

Harmony palettes

Complementary

#47E194
#73E8AE

Analogous

#A61E74
#B82762

Triadic

#1E6BB8
#6BB81E

Split complementary

#68E6A7
#3AB979

Using Toolumina H330 S72 L42

Toolumina H330 S72 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-s72-l42: #b81e6b;
}

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

$toolumina-h330-s72-l42: #b81e6b;

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