#dcc02a
a balanced, vivid yellow · cool · closest name: gold
RGB
220, 192, 42
HSL
51°, 72%, 51%
CMYK
0, 13, 81, 14
Luminance
0.5308
Every format
| HEX | #dcc02a |
| RGB | rgb(220, 192, 42) |
| HSL | hsl(51, 72%, 51%) |
| CMYK | cmyk(0%, 13%, 81%, 14%) |
| LAB | lab(77.9 -4.5 72.1) |
| LCH | lch(77.9 72.3 93.6) |
| OKLCH | oklch(0.808 0.157 97.7) |
Copy-ready code
/* CSS */
color: #dcc02a;
background-color: #dcc02a;
/* Tailwind (arbitrary) */
class="text-[#dcc02a] bg-[#dcc02a]"
/* SCSS */
$brand: #dcc02a;
/* SwiftUI */
Color(red: 0.863, green: 0.753, blue: 0.165)
/* Android */
Color.parseColor("#dcc02a")Accessibility — WCAG contrast
Aa
#dcc02a on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dcc02a on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green75.3%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow80.9%
Key (black)13.7%
Color previews
#dcc02a text on a black background
contrast 11.62:1
Card sample
#dcc02a text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dcc02a;
Background color
Panel with #dcc02a background
background-color: #dcc02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dcc02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 192, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 192, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dcc02a; background: linear-gradient(135deg, #dcc02a, #81DC2A);