Toolumina Extended Palette
Copy-ready color values
HEX
#B81E45RGB
rgb(184, 30, 69)HSL
hsl(345, 72%, 42%)HSV
hsv(345, 84%, 72%)CMYK approx.
cmyk(0, 84, 63, 28)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #B81E45 | |
| RGB | rgb(184, 30, 69) | |
| HSL | hsl(345, 72%, 42%) | |
| HSV | hsv(345, 84%, 72%) | |
| CMYK approx. | cmyk(0, 84, 63, 28) | |
| CSS keyword | toolumina-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#73E8CBAnalogous
#A61E53#B82340Triadic
#1E45B8#45B81ESplit complementary
#68E6C6#3AB999Using 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"