#dfda2e
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 218, 46
HSL
58°, 73%, 53%
CMYK
0, 2, 79, 13
Luminance
0.6603
Every format
| HEX | #dfda2e |
| RGB | rgb(223, 218, 46) |
| HSL | hsl(58, 73%, 53%) |
| CMYK | cmyk(0%, 2%, 79%, 13%) |
| LAB | lab(85.0 -16.2 77.3) |
| LCH | lch(85.0 79.0 101.9) |
| OKLCH | oklch(0.865 0.176 107.8) |
Copy-ready code
/* CSS */
color: #dfda2e;
background-color: #dfda2e;
/* Tailwind (arbitrary) */
class="text-[#dfda2e] bg-[#dfda2e]"
/* SCSS */
$brand: #dfda2e;
/* SwiftUI */
Color(red: 0.875, green: 0.855, blue: 0.180)
/* Android */
Color.parseColor("#dfda2e")Accessibility — WCAG contrast
Aa
#dfda2e on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfda2e on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green85.5%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta2.2%
Yellow79.4%
Key (black)12.5%
Color previews
#dfda2e text on a black background
contrast 14.21:1
Card sample
#dfda2e text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfda2e;
Background color
Panel with #dfda2e background
background-color: #dfda2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfda2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 218, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 218, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfda2e; background: linear-gradient(135deg, #dfda2e, #6EDF2E);