#BDA899
A light, muted orange closely aligning with Darkgray.
About #BDA899
Visually, #BDA899 is defined as a muted orange. Designers often compare it to the standard color Darkgray. In the RGB color space, it consists of 189 red, 168 green, and 153 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 11% Magenta, 19% Yellow, and 26% Black. The HSL representation is 25.0° hue, 21.4% saturation, and 67.1% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDA899
RGB189, 168, 153
HSL25.0°, 21.4%, 67.1%
CMYK0%, 11%, 19%, 26%
HSV25.0°, 19.0%, 74.1%
LAB70.3, 5.2, 10.5
XYZ40.7, 41.1, 35.9
Decimal12429465
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.28:1
Text on #FFFFFF
FAIL
9.22:1
Text on #000000
AAA
2.18:1
Text on #F8FAFC
FAIL
7.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDA899;
}
.text-color {
color: #BDA899;
}
.border-color {
border: 2px solid #BDA899;
}