#cfba6f
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 186, 111
HSL
47°, 50%, 62%
CMYK
0, 10, 46, 19
Luminance
0.4953
Every format
| HEX | #cfba6f |
| RGB | rgb(207, 186, 111) |
| HSL | hsl(47, 50%, 62%) |
| CMYK | cmyk(0%, 10%, 46%, 19%) |
| LAB | lab(75.8 -2.6 40.6) |
| LCH | lch(75.8 40.7 93.7) |
| OKLCH | oklch(0.790 0.098 94.2) |
Copy-ready code
/* CSS */
color: #cfba6f;
background-color: #cfba6f;
/* Tailwind (arbitrary) */
class="text-[#cfba6f] bg-[#cfba6f]"
/* SCSS */
$brand: #cfba6f;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.435)
/* Android */
Color.parseColor("#cfba6f")Accessibility — WCAG contrast
Aa
#cfba6f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfba6f on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow46.4%
Key (black)18.8%
Color previews
#cfba6f text on a black background
contrast 10.91:1
Card sample
#cfba6f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfba6f;
Background color
Panel with #cfba6f background
background-color: #cfba6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfba6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfba6f; background: linear-gradient(135deg, #cfba6f, #A4CF6F);