#cfbf71
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 191, 113
HSL
50°, 50%, 63%
CMYK
0, 8, 45, 19
Luminance
0.5172
Every format
| HEX | #cfbf71 |
| RGB | rgb(207, 191, 113) |
| HSL | hsl(50, 50%, 63%) |
| CMYK | cmyk(0%, 8%, 45%, 19%) |
| LAB | lab(77.1 -5.0 41.2) |
| LCH | lch(77.1 41.5 96.9) |
| OKLCH | oklch(0.801 0.100 98.0) |
Copy-ready code
/* CSS */
color: #cfbf71;
background-color: #cfbf71;
/* Tailwind (arbitrary) */
class="text-[#cfbf71] bg-[#cfbf71]"
/* SCSS */
$brand: #cfbf71;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.443)
/* Android */
Color.parseColor("#cfbf71")Accessibility — WCAG contrast
Aa
#cfbf71 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbf71 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow45.4%
Key (black)18.8%
Color previews
#cfbf71 text on a black background
contrast 11.34:1
Card sample
#cfbf71 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbf71;
Background color
Panel with #cfbf71 background
background-color: #cfbf71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbf71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbf71; background: linear-gradient(135deg, #cfbf71, #A0CF71);