#cfba71
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 186, 113
HSL
47°, 50%, 63%
CMYK
0, 10, 45, 19
Luminance
0.4958
Every format
| HEX | #cfba71 |
| RGB | rgb(207, 186, 113) |
| HSL | hsl(47, 50%, 63%) |
| CMYK | cmyk(0%, 10%, 45%, 19%) |
| LAB | lab(75.8 -2.4 39.6) |
| LCH | lch(75.8 39.7 93.5) |
| OKLCH | oklch(0.791 0.096 93.9) |
Copy-ready code
/* CSS */
color: #cfba71;
background-color: #cfba71;
/* Tailwind (arbitrary) */
class="text-[#cfba71] bg-[#cfba71]"
/* SCSS */
$brand: #cfba71;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.443)
/* Android */
Color.parseColor("#cfba71")Accessibility — WCAG contrast
Aa
#cfba71 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfba71 on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow45.4%
Key (black)18.8%
Color previews
#cfba71 text on a black background
contrast 10.92:1
Card sample
#cfba71 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfba71;
Background color
Panel with #cfba71 background
background-color: #cfba71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfba71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfba71; background: linear-gradient(135deg, #cfba71, #A5CF71);