#ebff2e
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 255, 46
HSL
66°, 100%, 59%
CMYK
8, 0, 82, 0
Luminance
0.8938
Every format
| HEX | #ebff2e |
| RGB | rgb(235, 255, 46) |
| HSL | hsl(66, 100%, 59%) |
| CMYK | cmyk(8%, 0%, 82%, 0%) |
| LAB | lab(95.7 -29.0 86.8) |
| LCH | lch(95.7 91.6 108.5) |
| OKLCH | oklch(0.953 0.208 115.5) |
Copy-ready code
/* CSS */
color: #ebff2e;
background-color: #ebff2e;
/* Tailwind (arbitrary) */
class="text-[#ebff2e] bg-[#ebff2e]"
/* SCSS */
$brand: #ebff2e;
/* SwiftUI */
Color(red: 0.922, green: 1.000, blue: 0.180)
/* Android */
Color.parseColor("#ebff2e")Accessibility — WCAG contrast
Aa
#ebff2e on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebff2e on black: 18.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green100.0%
Blue18.0%
CMYK percentages
Cyan7.8%
Magenta0.0%
Yellow82.0%
Key (black)0.0%
Color previews
#ebff2e text on a black background
contrast 18.88:1
Card sample
#ebff2e text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebff2e;
Background color
Panel with #ebff2e background
background-color: #ebff2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebff2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 255, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 255, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebff2e; background: linear-gradient(135deg, #ebff2e, #60FF2E);