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