#eafd52
a light, electric yellow · cool · closest name: yellow
RGB
234, 253, 82
HSL
67°, 98%, 66%
CMYK
8, 0, 68, 1
Luminance
0.8835
Every format
| HEX | #eafd52 |
| RGB | rgb(234, 253, 82) |
| HSL | hsl(67, 98%, 66%) |
| CMYK | cmyk(8%, 0%, 68%, 1%) |
| LAB | lab(95.3 -27.0 75.8) |
| LCH | lch(95.3 80.5 109.6) |
| OKLCH | oklch(0.950 0.188 115.6) |
Copy-ready code
/* CSS */
color: #eafd52;
background-color: #eafd52;
/* Tailwind (arbitrary) */
class="text-[#eafd52] bg-[#eafd52]"
/* SCSS */
$brand: #eafd52;
/* SwiftUI */
Color(red: 0.918, green: 0.992, blue: 0.322)
/* Android */
Color.parseColor("#eafd52")Accessibility — WCAG contrast
Aa
#eafd52 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eafd52 on black: 18.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green99.2%
Blue32.2%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow67.6%
Key (black)0.8%
Color previews
#eafd52 text on a black background
contrast 18.67:1
Card sample
#eafd52 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eafd52;
Background color
Panel with #eafd52 background
background-color: #eafd52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eafd52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 253, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 253, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eafd52; background: linear-gradient(135deg, #eafd52, #78FD52);