Toolumina Extended Palette
Copy-ready color values
HEX
#B8921ERGB
rgb(184, 146, 30)HSL
hsl(45, 72%, 42%)HSV
hsv(45, 84%, 72%)CMYK approx.
cmyk(0, 21, 84, 28)Color value table
| Format | Value | Copy |
|---|---|---|
| HEX | #B8921E | |
| RGB | rgb(184, 146, 30) | |
| HSL | hsl(45, 72%, 42%) | |
| HSV | hsv(45, 84%, 72%) | |
| CMYK approx. | cmyk(0, 21, 84, 28) | |
| CSS keyword | toolumina-h45-s72-l42 |
Contrast and classification
DarkLightness2.93:1Contrast with white7.17:1Contrast with blackRed / OrangeColor family
Shade and tint preview
White 10%#BF9D35
White 30%#CDB362
White 70%#EADEBC
White 90%#F8F4E9
Black 10%#A6831B
Black 30%#816615
Black 70%#372C09
Black 90%#120F03
Harmony palettes
Complementary
#476DE1#7390E8Analogous
#B39230#B8842CTriadic
#921EB8#1EB892Split complementary
#6887E6#3A59B9Using Toolumina H45 S72 L42
Toolumina H45 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-h45-s72-l42: #b8921e;
}
.button-primary {
background: var(--color-toolumina-h45-s72-l42);
color: #000000;
}
$toolumina-h45-s72-l42: #b8921e;
// Tailwind arbitrary value
class="bg-[#b8921e] text-white"