#BDAF99
A light, muted orange closely aligning with Tan.
About #BDAF99
At its core, #BDAF99 is a light and muted hue. Its closest recognized web color is Tan. Its digital footprint relies on 189 parts red, 175 parts green, and 153 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 7% magenta, 19% yellow, and 26% black. The HSL representation is 36.7° hue, 21.4% saturation, and 67.1% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDAF99
RGB189, 175, 153
HSL36.7°, 21.4%, 67.1%
CMYK0%, 7%, 19%, 26%
HSV36.7°, 19.0%, 74.1%
LAB72.1, 1.4, 13.1
XYZ42.1, 43.8, 36.4
Decimal12431257
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.76:1
Text on #000000
AAA
2.06:1
Text on #F8FAFC
FAIL
8.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDAF99;
}
.text-color {
color: #BDAF99;
}
.border-color {
border: 2px solid #BDAF99;
}