#edd52f
a balanced, electric yellow · cool · closest name: gold
RGB
237, 213, 47
HSL
52°, 84%, 56%
CMYK
0, 10, 80, 7
Luminance
0.6580
Every format
| HEX | #edd52f |
| RGB | rgb(237, 213, 47) |
| HSL | hsl(52, 84%, 56%) |
| CMYK | cmyk(0%, 10%, 80%, 7%) |
| LAB | lab(84.9 -7.8 77.3) |
| LCH | lch(84.9 77.7 95.8) |
| OKLCH | oklch(0.867 0.170 100.4) |
Copy-ready code
/* CSS */
color: #edd52f;
background-color: #edd52f;
/* Tailwind (arbitrary) */
class="text-[#edd52f] bg-[#edd52f]"
/* SCSS */
$brand: #edd52f;
/* SwiftUI */
Color(red: 0.929, green: 0.835, blue: 0.184)
/* Android */
Color.parseColor("#edd52f")Accessibility — WCAG contrast
Aa
#edd52f on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edd52f on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green83.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow80.2%
Key (black)7.1%
Color previews
#edd52f text on a black background
contrast 14.16:1
Card sample
#edd52f text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edd52f;
Background color
Panel with #edd52f background
background-color: #edd52f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edd52f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 213, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 213, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edd52f; background: linear-gradient(135deg, #edd52f, #86ED2F);