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