#CFBE90
A light, moderate orange closely aligning with Tan.
About #CFBE90
At its core, #CFBE90 is a light and moderate hue. It is closely associated with the named CSS color Tan. In the RGB color space, it consists of 207 red, 190 green, and 144 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 8% M, 30% Y, and 19% K. This makes it a relatively light color when applied to physical surfaces.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#CFBE90
RGB207, 190, 144
HSL43.8°, 39.6%, 68.8%
CMYK0%, 8%, 30%, 19%
HSV43.8°, 30.4%, 81.2%
LAB77.3, -0.9, 25.5
XYZ49.2, 52.1, 33.9
Decimal13614736
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.84:1
Text on #FFFFFF
FAIL
11.42:1
Text on #000000
AAA
1.76:1
Text on #F8FAFC
FAIL
9.71:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #CFBE90;
}
.text-color {
color: #CFBE90;
}
.border-color {
border: 2px solid #CFBE90;
}