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