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