#eadc01
a balanced, electric yellow · cool · closest name: gold
RGB
234, 220, 1
HSL
56°, 99%, 46%
CMYK
0, 6, 100, 8
Luminance
0.6868
Every format
| HEX | #eadc01 |
| RGB | rgb(234, 220, 1) |
| HSL | hsl(56, 99%, 46%) |
| CMYK | cmyk(0%, 6%, 100%, 8%) |
| LAB | lab(86.3 -13.3 85.8) |
| LCH | lch(86.3 86.8 98.8) |
| OKLCH | oklch(0.878 0.186 104.9) |
Copy-ready code
/* CSS */
color: #eadc01;
background-color: #eadc01;
/* Tailwind (arbitrary) */
class="text-[#eadc01] bg-[#eadc01]"
/* SCSS */
$brand: #eadc01;
/* SwiftUI */
Color(red: 0.918, green: 0.863, blue: 0.004)
/* Android */
Color.parseColor("#eadc01")Accessibility — WCAG contrast
Aa
#eadc01 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eadc01 on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green86.3%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow99.6%
Key (black)8.2%
Color previews
#eadc01 text on a black background
contrast 14.74:1
Card sample
#eadc01 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eadc01;
Background color
Panel with #eadc01 background
background-color: #eadc01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eadc01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 220, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 220, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eadc01; background: linear-gradient(135deg, #eadc01, #5DEA01);