#eadc21
a balanced, electric yellow · cool · closest name: gold
RGB
234, 220, 33
HSL
56°, 83%, 52%
CMYK
0, 6, 86, 8
Luminance
0.6879
Every format
| HEX | #eadc21 |
| RGB | rgb(234, 220, 33) |
| HSL | hsl(56, 83%, 52%) |
| CMYK | cmyk(0%, 6%, 86%, 8%) |
| LAB | lab(86.4 -12.9 81.8) |
| LCH | lch(86.4 82.8 99.0) |
| OKLCH | oklch(0.878 0.180 104.7) |
Copy-ready code
/* CSS */
color: #eadc21;
background-color: #eadc21;
/* Tailwind (arbitrary) */
class="text-[#eadc21] bg-[#eadc21]"
/* SCSS */
$brand: #eadc21;
/* SwiftUI */
Color(red: 0.918, green: 0.863, blue: 0.129)
/* Android */
Color.parseColor("#eadc21")Accessibility — WCAG contrast
Aa
#eadc21 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadc21 on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green86.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow85.9%
Key (black)8.2%
Color previews
#eadc21 text on a black background
contrast 14.76:1
Card sample
#eadc21 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadc21;
Background color
Panel with #eadc21 background
background-color: #eadc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 220, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 220, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadc21; background: linear-gradient(135deg, #eadc21, #72EA21);