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