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