#ebfe64
a light, electric yellow · cool · closest name: yellow
RGB
235, 254, 100
HSL
67°, 99%, 69%
CMYK
8, 0, 61, 0
Luminance
0.8947
Every format
| HEX | #ebfe64 |
| RGB | rgb(235, 254, 100) |
| HSL | hsl(67, 99%, 69%) |
| CMYK | cmyk(8%, 0%, 61%, 0%) |
| LAB | lab(95.8 -26.0 69.4) |
| LCH | lch(95.8 74.1 110.5) |
| OKLCH | oklch(0.955 0.176 115.8) |
Copy-ready code
/* CSS */
color: #ebfe64;
background-color: #ebfe64;
/* Tailwind (arbitrary) */
class="text-[#ebfe64] bg-[#ebfe64]"
/* SCSS */
$brand: #ebfe64;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.392)
/* Android */
Color.parseColor("#ebfe64")Accessibility — WCAG contrast
Aa
#ebfe64 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfe64 on black: 18.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue39.2%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow60.6%
Key (black)0.4%
Color previews
#ebfe64 text on a black background
contrast 18.89:1
Card sample
#ebfe64 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfe64;
Background color
Panel with #ebfe64 background
background-color: #ebfe64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfe64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfe64; background: linear-gradient(135deg, #ebfe64, #84FE64);