#B0B49A
A light, muted yellow closely aligning with Darkgray.
About #B0B49A
The precise color #B0B49A is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkgray. This translates to an RGB value of rgb(176, 180, 154).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 2% C, 0% M, 14% Y, and 29% K. The HSL representation is 69.2° hue, 14.8% saturation, and 65.5% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#B0B49A
RGB176, 180, 154
HSL69.2°, 14.8%, 65.5%
CMYK2%, 0%, 14%, 29%
HSV69.2°, 14.4%, 70.6%
LAB72.4, -6.0, 12.8
XYZ40.1, 44.2, 37.0
Decimal11580570
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.84:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.37:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B0B49A;
}
.text-color {
color: #B0B49A;
}
.border-color {
border: 2px solid #B0B49A;
}