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