#cfba41
a balanced, vivid yellow · cool · closest name: khaki
RGB
207, 186, 65
HSL
51°, 60%, 53%
CMYK
0, 10, 69, 19
Luminance
0.4876
Every format
| HEX | #cfba41 |
| RGB | rgb(207, 186, 65) |
| HSL | hsl(51, 60%, 53%) |
| CMYK | cmyk(0%, 10%, 69%, 19%) |
| LAB | lab(75.3 -6.0 61.3) |
| LCH | lch(75.3 61.6 95.6) |
| OKLCH | oklch(0.785 0.139 99.3) |
Copy-ready code
/* CSS */
color: #cfba41;
background-color: #cfba41;
/* Tailwind (arbitrary) */
class="text-[#cfba41] bg-[#cfba41]"
/* SCSS */
$brand: #cfba41;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.255)
/* Android */
Color.parseColor("#cfba41")Accessibility — WCAG contrast
Aa
#cfba41 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfba41 on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow68.6%
Key (black)18.8%
Color previews
#cfba41 text on a black background
contrast 10.75:1
Card sample
#cfba41 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfba41;
Background color
Panel with #cfba41 background
background-color: #cfba41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfba41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfba41; background: linear-gradient(135deg, #cfba41, #85CF41);