Toolumina Extended Palette

Copy-ready color values

HEX#DFB63A
RGBrgb(223, 182, 58)
HSLhsl(45, 72%, 55%)
HSVhsv(45, 74%, 87%)
CMYK approx.cmyk(0, 18, 74, 13)

Color value table

FormatValueCopy
HEX#DFB63A
RGBrgb(223, 182, 58)
HSLhsl(45, 72%, 55%)
HSVhsv(45, 74%, 87%)
CMYK approx.cmyk(0, 18, 74, 13)
CSS keywordtoolumina-h45-s72-l55

Contrast and classification

LightLightness1.93:1Contrast with white10.89:1Contrast with blackRed / OrangeColor family

Shade and tint preview

White 10%
#E2BD4E

White 30%
#E9CC75

White 70%
#F5E9C4

White 90%
#FCF8EB

Black 10%
#C9A434

Black 30%
#9C7F29

Black 70%
#433711

Black 90%
#161206

Harmony palettes

Complementary

#2049C5
#5675D3

Analogous

#DAB64E
#DFA749

Triadic

#B63ADF
#3ADFB6

Split complementary

#486ACF
#1A3CA2

Using Toolumina H45 S72 L55

Toolumina H45 S72 L55 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-l55: #dfb63a;
}

.button-primary {
  background: var(--color-toolumina-h45-s72-l55);
  color: #000000;
}

$toolumina-h45-s72-l55: #dfb63a;

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