#dfc02a
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 192, 42
HSL
50°, 74%, 52%
CMYK
0, 14, 81, 13
Luminance
0.5355
Every format
| HEX | #dfc02a |
| RGB | rgb(223, 192, 42) |
| HSL | hsl(50, 74%, 52%) |
| CMYK | cmyk(0%, 14%, 81%, 13%) |
| LAB | lab(78.2 -3.2 72.5) |
| LCH | lch(78.2 72.5 92.5) |
| OKLCH | oklch(0.811 0.157 96.4) |
Copy-ready code
/* CSS */
color: #dfc02a;
background-color: #dfc02a;
/* Tailwind (arbitrary) */
class="text-[#dfc02a] bg-[#dfc02a]"
/* SCSS */
$brand: #dfc02a;
/* SwiftUI */
Color(red: 0.875, green: 0.753, blue: 0.165)
/* Android */
Color.parseColor("#dfc02a")Accessibility — WCAG contrast
Aa
#dfc02a on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc02a on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green75.3%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow81.2%
Key (black)12.5%
Color previews
#dfc02a text on a black background
contrast 11.71:1
Card sample
#dfc02a text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc02a;
Background color
Panel with #dfc02a background
background-color: #dfc02a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc02a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 192, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 192, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc02a; background: linear-gradient(135deg, #dfc02a, #86DF2A);