#ebfe59
a light, electric yellow · cool · closest name: yellow
RGB
235, 254, 89
HSL
67°, 99%, 67%
CMYK
8, 0, 65, 0
Luminance
0.8927
Every format
| HEX | #ebfe59 |
| RGB | rgb(235, 254, 89) |
| HSL | hsl(67, 99%, 67%) |
| CMYK | cmyk(8%, 0%, 65%, 0%) |
| LAB | lab(95.7 -26.7 73.6) |
| LCH | lch(95.7 78.3 109.9) |
| OKLCH | oklch(0.954 0.184 115.6) |
Copy-ready code
/* CSS */
color: #ebfe59;
background-color: #ebfe59;
/* Tailwind (arbitrary) */
class="text-[#ebfe59] bg-[#ebfe59]"
/* SCSS */
$brand: #ebfe59;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.349)
/* Android */
Color.parseColor("#ebfe59")Accessibility — WCAG contrast
Aa
#ebfe59 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfe59 on black: 18.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue34.9%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow65.0%
Key (black)0.4%
Color previews
#ebfe59 text on a black background
contrast 18.85:1
Card sample
#ebfe59 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfe59;
Background color
Panel with #ebfe59 background
background-color: #ebfe59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfe59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfe59; background: linear-gradient(135deg, #ebfe59, #7DFE59);