#edc01d
a balanced, electric yellow · cool · closest name: gold
RGB
237, 192, 29
HSL
47°, 85%, 52%
CMYK
0, 19, 88, 7
Luminance
0.5579
Every format
| HEX | #edc01d |
| RGB | rgb(237, 192, 29) |
| HSL | hsl(47, 85%, 52%) |
| CMYK | cmyk(0%, 19%, 88%, 7%) |
| LAB | lab(79.5 2.5 77.3) |
| LCH | lch(79.5 77.3 88.2) |
| OKLCH | oklch(0.824 0.163 91.0) |
Copy-ready code
/* CSS */
color: #edc01d;
background-color: #edc01d;
/* Tailwind (arbitrary) */
class="text-[#edc01d] bg-[#edc01d]"
/* SCSS */
$brand: #edc01d;
/* SwiftUI */
Color(red: 0.929, green: 0.753, blue: 0.114)
/* Android */
Color.parseColor("#edc01d")Accessibility — WCAG contrast
Aa
#edc01d on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edc01d on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green75.3%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow87.8%
Key (black)7.1%
Color previews
#edc01d text on a black background
contrast 12.16:1
Card sample
#edc01d text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edc01d;
Background color
Panel with #edc01d background
background-color: #edc01d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edc01d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 192, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 192, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edc01d; background: linear-gradient(135deg, #edc01d, #8FED1D);