#cfbf49
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 191, 73
HSL
53°, 58%, 55%
CMYK
0, 8, 65, 19
Luminance
0.5101
Every format
| HEX | #cfbf49 |
| RGB | rgb(207, 191, 73) |
| HSL | hsl(53, 58%, 55%) |
| CMYK | cmyk(0%, 8%, 65%, 19%) |
| LAB | lab(76.7 -8.2 59.5) |
| LCH | lch(76.7 60.0 97.8) |
| OKLCH | oklch(0.796 0.138 101.6) |
Copy-ready code
/* CSS */
color: #cfbf49;
background-color: #cfbf49;
/* Tailwind (arbitrary) */
class="text-[#cfbf49] bg-[#cfbf49]"
/* SCSS */
$brand: #cfbf49;
/* SwiftUI */
Color(red: 0.812, green: 0.749, blue: 0.286)
/* Android */
Color.parseColor("#cfbf49")Accessibility — WCAG contrast
Aa
#cfbf49 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbf49 on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green74.9%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta7.7%
Yellow64.7%
Key (black)18.8%
Color previews
#cfbf49 text on a black background
contrast 11.20:1
Card sample
#cfbf49 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbf49;
Background color
Panel with #cfbf49 background
background-color: #cfbf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 191, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 191, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbf49; background: linear-gradient(135deg, #cfbf49, #86CF49);