#ebfe50
a light, electric yellow · cool · closest name: yellow
RGB
235, 254, 80
HSL
67°, 99%, 66%
CMYK
8, 0, 69, 0
Luminance
0.8912
Every format
| HEX | #ebfe50 |
| RGB | rgb(235, 254, 80) |
| HSL | hsl(67, 99%, 66%) |
| CMYK | cmyk(8%, 0%, 69%, 0%) |
| LAB | lab(95.6 -27.2 76.8) |
| LCH | lch(95.6 81.5 109.5) |
| OKLCH | oklch(0.953 0.190 115.5) |
Copy-ready code
/* CSS */
color: #ebfe50;
background-color: #ebfe50;
/* Tailwind (arbitrary) */
class="text-[#ebfe50] bg-[#ebfe50]"
/* SCSS */
$brand: #ebfe50;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.314)
/* Android */
Color.parseColor("#ebfe50")Accessibility — WCAG contrast
Aa
#ebfe50 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfe50 on black: 18.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue31.4%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow68.5%
Key (black)0.4%
Color previews
#ebfe50 text on a black background
contrast 18.82:1
Card sample
#ebfe50 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfe50;
Background color
Panel with #ebfe50 background
background-color: #ebfe50;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfe50;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfe50; background: linear-gradient(135deg, #ebfe50, #77FE50);