#BDAFA8
A light, muted orange closely aligning with Darkgray.
About #BDAFA8
When working with digital screens, the color #BDAFA8 is rendered by mixing light. Its closest recognized web color is Darkgray. In the RGB color space, it consists of 189 red, 175 green, and 168 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 7% magenta inks. With a hue angle of 20.0 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#BDAFA8
RGB189, 175, 168
HSL20.0°, 13.7%, 70.0%
CMYK0%, 7%, 11%, 26%
HSV20.0°, 11.1%, 74.1%
LAB72.4, 3.8, 5.4
XYZ43.4, 44.3, 43.3
Decimal12431272
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.13:1
Text on #FFFFFF
FAIL
9.86:1
Text on #000000
AAA
2.04:1
Text on #F8FAFC
FAIL
8.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #BDAFA8;
}
.text-color {
color: #BDAFA8;
}
.border-color {
border: 2px solid #BDAFA8;
}