#B6AF7C
A light, muted yellow closely aligning with Tan.
About #B6AF7C
At its core, #B6AF7C is a light and muted hue. Designers often compare it to the standard color Tan. This translates to an RGB value of rgb(182, 175, 124).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 4% magenta inks. The HSL representation is 52.8° hue, 28.4% saturation, and 60.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#B6AF7C
RGB182, 175, 124
HSL52.8°, 28.4%, 60.0%
CMYK0%, 4%, 32%, 29%
HSV52.8°, 31.9%, 71.4%
LAB70.9, -5.4, 27.1
XYZ38.3, 42.1, 25.2
Decimal11972476
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.23:1
Text on #FFFFFF
FAIL
9.41:1
Text on #000000
AAA
2.13:1
Text on #F8FAFC
FAIL
8.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #B6AF7C;
}
.text-color {
color: #B6AF7C;
}
.border-color {
border: 2px solid #B6AF7C;
}