#dfca21
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 202, 33
HSL
53°, 75%, 50%
CMYK
0, 9, 85, 13
Luminance
0.5804
Every format
| HEX | #dfca21 |
| RGB | rgb(223, 202, 33) |
| HSL | hsl(53, 75%, 50%) |
| CMYK | cmyk(0%, 9%, 85%, 13%) |
| LAB | lab(80.8 -8.6 76.9) |
| LCH | lch(80.8 77.3 96.4) |
| OKLCH | oklch(0.831 0.167 101.4) |
Copy-ready code
/* CSS */
color: #dfca21;
background-color: #dfca21;
/* Tailwind (arbitrary) */
class="text-[#dfca21] bg-[#dfca21]"
/* SCSS */
$brand: #dfca21;
/* SwiftUI */
Color(red: 0.875, green: 0.792, blue: 0.129)
/* Android */
Color.parseColor("#dfca21")Accessibility — WCAG contrast
Aa
#dfca21 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfca21 on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow85.2%
Key (black)12.5%
Color previews
#dfca21 text on a black background
contrast 12.61:1
Card sample
#dfca21 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfca21;
Background color
Panel with #dfca21 background
background-color: #dfca21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfca21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 202, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 202, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfca21; background: linear-gradient(135deg, #dfca21, #75DF21);