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