#ebfe4a
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 254, 74
HSL
66°, 99%, 64%
CMYK
8, 0, 71, 0
Luminance
0.8904
Every format
| HEX | #ebfe4a |
| RGB | rgb(235, 254, 74) |
| HSL | hsl(66, 99%, 64%) |
| CMYK | cmyk(8%, 0%, 71%, 0%) |
| LAB | lab(95.6 -27.5 78.9) |
| LCH | lch(95.6 83.5 109.2) |
| OKLCH | oklch(0.953 0.194 115.4) |
Copy-ready code
/* CSS */
color: #ebfe4a;
background-color: #ebfe4a;
/* Tailwind (arbitrary) */
class="text-[#ebfe4a] bg-[#ebfe4a]"
/* SCSS */
$brand: #ebfe4a;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.290)
/* Android */
Color.parseColor("#ebfe4a")Accessibility — WCAG contrast
Aa
#ebfe4a on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfe4a on black: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue29.0%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow70.9%
Key (black)0.4%
Color previews
#ebfe4a text on a black background
contrast 18.81:1
Card sample
#ebfe4a text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfe4a;
Background color
Panel with #ebfe4a background
background-color: #ebfe4a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfe4a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfe4a; background: linear-gradient(135deg, #ebfe4a, #73FE4A);