#dfca39
a balanced, vivid yellow · cool · closest name: gold
RGB
223, 202, 57
HSL
52°, 72%, 55%
CMYK
0, 9, 74, 13
Luminance
0.5822
Every format
| HEX | #dfca39 |
| RGB | rgb(223, 202, 57) |
| HSL | hsl(52, 72%, 55%) |
| CMYK | cmyk(0%, 9%, 74%, 13%) |
| LAB | lab(80.9 -7.8 70.2) |
| LCH | lch(80.9 70.6 96.4) |
| OKLCH | oklch(0.832 0.157 100.7) |
Copy-ready code
/* CSS */
color: #dfca39;
background-color: #dfca39;
/* Tailwind (arbitrary) */
class="text-[#dfca39] bg-[#dfca39]"
/* SCSS */
$brand: #dfca39;
/* SwiftUI */
Color(red: 0.875, green: 0.792, blue: 0.224)
/* Android */
Color.parseColor("#dfca39")Accessibility — WCAG contrast
Aa
#dfca39 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfca39 on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green79.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow74.4%
Key (black)12.5%
Color previews
#dfca39 text on a black background
contrast 12.64:1
Card sample
#dfca39 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfca39;
Background color
Panel with #dfca39 background
background-color: #dfca39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfca39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 202, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 202, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfca39; background: linear-gradient(135deg, #dfca39, #85DF39);