#cfba2e
a balanced, vivid yellow · cool · closest name: gold
RGB
207, 186, 46
HSL
52°, 64%, 50%
CMYK
0, 10, 78, 19
Luminance
0.4858
Every format
| HEX | #cfba2e |
| RGB | rgb(207, 186, 46) |
| HSL | hsl(52, 64%, 50%) |
| CMYK | cmyk(0%, 10%, 78%, 19%) |
| LAB | lab(75.2 -6.9 68.0) |
| LCH | lch(75.2 68.4 95.8) |
| OKLCH | oklch(0.784 0.150 100.2) |
Copy-ready code
/* CSS */
color: #cfba2e;
background-color: #cfba2e;
/* Tailwind (arbitrary) */
class="text-[#cfba2e] bg-[#cfba2e]"
/* SCSS */
$brand: #cfba2e;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.180)
/* Android */
Color.parseColor("#cfba2e")Accessibility — WCAG contrast
Aa
#cfba2e on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfba2e on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow77.8%
Key (black)18.8%
Color previews
#cfba2e text on a black background
contrast 10.72:1
Card sample
#cfba2e text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfba2e;
Background color
Panel with #cfba2e background
background-color: #cfba2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfba2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfba2e; background: linear-gradient(135deg, #cfba2e, #79CF2E);