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