#dfc40f
a balanced, electric yellow · cool · closest name: gold
RGB
223, 196, 15
HSL
52°, 87%, 47%
CMYK
0, 12, 93, 13
Luminance
0.5520
Every format
| HEX | #dfc40f |
| RGB | rgb(223, 196, 15) |
| HSL | hsl(52, 87%, 47%) |
| CMYK | cmyk(0%, 12%, 93%, 13%) |
| LAB | lab(79.2 -5.8 78.7) |
| LCH | lch(79.2 78.9 94.2) |
| OKLCH | oklch(0.818 0.168 99.0) |
Copy-ready code
/* CSS */
color: #dfc40f;
background-color: #dfc40f;
/* Tailwind (arbitrary) */
class="text-[#dfc40f] bg-[#dfc40f]"
/* SCSS */
$brand: #dfc40f;
/* SwiftUI */
Color(red: 0.875, green: 0.769, blue: 0.059)
/* Android */
Color.parseColor("#dfc40f")Accessibility — WCAG contrast
Aa
#dfc40f on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc40f on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green76.9%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow93.3%
Key (black)12.5%
Color previews
#dfc40f text on a black background
contrast 12.04:1
Card sample
#dfc40f text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc40f;
Background color
Panel with #dfc40f background
background-color: #dfc40f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc40f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 196, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 196, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc40f; background: linear-gradient(135deg, #dfc40f, #6FDF0F);