Toolumina Extended Palette
Copy-ready color values
HEX
#B8451ERGB
rgb(184, 69, 30)HSL
hsl(15, 72%, 42%)HSV
hsv(15, 84%, 72%)CMYK approx.
cmyk(0, 63, 84, 28)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #B8451E | |
| RGB | rgb(184, 69, 30) | |
| HSL | hsl(15, 72%, 42%) | |
| HSV | hsv(15, 84%, 72%) | |
| CMYK approx. | cmyk(0, 63, 84, 28) | |
| CSS keyword | toolumina-h15-s72-l42 |
Contrast and classification
DarkLightness5.37:1Contrast with white3.91:1Contrast with blackRed / OrangeColor family
Shade and tint preview
White 10%#BF5835
White 30%#CD7D62
White 70%#EAC7BC
White 90%#F8ECE9
Black 10%#A63E1B
Black 30%#813015
Black 70%#371509
Black 90%#120703
Harmony palettes
Complementary
#47BAE1#73CBE8Analogous
#AA4530#B84023Triadic
#451EB8#1EB845Split complementary
#68C6E6#3A99B9Using Toolumina H15 S72 L42
Toolumina H15 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-h15-s72-l42: #b8451e;
}
.button-primary {
background: var(--color-toolumina-h15-s72-l42);
color: #ffffff;
}
$toolumina-h15-s72-l42: #b8451e;
// Tailwind arbitrary value
class="bg-[#b8451e] text-white"