#ebfe18
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 254, 24
HSL
65°, 99%, 55%
CMYK
8, 0, 91, 0
Luminance
0.8861
Every format
| HEX | #ebfe18 |
| RGB | rgb(235, 254, 24) |
| HSL | hsl(65, 99%, 55%) |
| CMYK | cmyk(8%, 0%, 91%, 0%) |
| LAB | lab(95.4 -29.0 90.5) |
| LCH | lch(95.4 95.0 107.8) |
| OKLCH | oklch(0.951 0.213 115.2) |
Copy-ready code
/* CSS */
color: #ebfe18;
background-color: #ebfe18;
/* Tailwind (arbitrary) */
class="text-[#ebfe18] bg-[#ebfe18]"
/* SCSS */
$brand: #ebfe18;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.094)
/* Android */
Color.parseColor("#ebfe18")Accessibility — WCAG contrast
Aa
#ebfe18 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfe18 on black: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue9.4%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow90.6%
Key (black)0.4%
Color previews
#ebfe18 text on a black background
contrast 18.72:1
Card sample
#ebfe18 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfe18;
Background color
Panel with #ebfe18 background
background-color: #ebfe18;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfe18;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfe18; background: linear-gradient(135deg, #ebfe18, #51FE18);