Toolumina Extended Palette

Copy-ready color values

HEX#B81E45
RGBrgb(184, 30, 69)
HSLhsl(345, 72%, 42%)
HSVhsv(345, 84%, 72%)
CMYK approx.cmyk(0, 84, 63, 28)

Color value table

FormatValueCopy
HEX#B81E45
RGBrgb(184, 30, 69)
HSLhsl(345, 72%, 42%)
HSVhsv(345, 84%, 72%)
CMYK approx.cmyk(0, 84, 63, 28)
CSS keywordtoolumina-h345-s72-l42

Contrast and classification

DarkLightness6.34:1Contrast with white3.31:1Contrast with blackMagenta / PurpleColor family

Shade and tint preview

White 10%
#BF3558

White 30%
#CD627D

White 70%
#EABCC7

White 90%
#F8E9EC

Black 10%
#A61B3E

Black 30%
#811530

Black 70%
#370915

Black 90%
#120307

Harmony palettes

Complementary

#47E1BA
#73E8CB

Analogous

#A61E53
#B82340

Triadic

#1E45B8
#45B81E

Split complementary

#68E6C6
#3AB999

Using Toolumina H345 S72 L42

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

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

$toolumina-h345-s72-l42: #b81e45;

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