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