#dfd41f
a balanced, electric yellow · cool · closest name: gold
RGB
223, 212, 31
HSL
57°, 76%, 50%
CMYK
0, 5, 86, 13
Luminance
0.6287
Every format
| HEX | #dfd41f |
| RGB | rgb(223, 212, 31) |
| HSL | hsl(57, 76%, 50%) |
| CMYK | cmyk(0%, 5%, 86%, 13%) |
| LAB | lab(83.4 -13.7 79.4) |
| LCH | lch(83.4 80.6 99.8) |
| OKLCH | oklch(0.852 0.176 105.6) |
Copy-ready code
/* CSS */
color: #dfd41f;
background-color: #dfd41f;
/* Tailwind (arbitrary) */
class="text-[#dfd41f] bg-[#dfd41f]"
/* SCSS */
$brand: #dfd41f;
/* SwiftUI */
Color(red: 0.875, green: 0.831, blue: 0.122)
/* Android */
Color.parseColor("#dfd41f")Accessibility — WCAG contrast
Aa
#dfd41f on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd41f on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green83.1%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta4.9%
Yellow86.1%
Key (black)12.5%
Color previews
#dfd41f text on a black background
contrast 13.57:1
Card sample
#dfd41f text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd41f;
Background color
Panel with #dfd41f background
background-color: #dfd41f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd41f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 212, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 212, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd41f; background: linear-gradient(135deg, #dfd41f, #6ADF1F);