#ebfe7a
a light, electric yellow · cool · closest name: khaki
RGB
235, 254, 122
HSL
69°, 99%, 74%
CMYK
8, 0, 52, 0
Luminance
0.8995
Every format
| HEX | #ebfe7a |
| RGB | rgb(235, 254, 122) |
| HSL | hsl(69, 99%, 74%) |
| CMYK | cmyk(8%, 0%, 52%, 0%) |
| LAB | lab(96.0 -24.3 60.2) |
| LCH | lch(96.0 64.9 112.0) |
| OKLCH | oklch(0.957 0.158 116.3) |
Copy-ready code
/* CSS */
color: #ebfe7a;
background-color: #ebfe7a;
/* Tailwind (arbitrary) */
class="text-[#ebfe7a] bg-[#ebfe7a]"
/* SCSS */
$brand: #ebfe7a;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.478)
/* Android */
Color.parseColor("#ebfe7a")Accessibility — WCAG contrast
Aa
#ebfe7a on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfe7a on black: 18.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue47.8%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow52.0%
Key (black)0.4%
Color previews
#ebfe7a text on a black background
contrast 18.99:1
Card sample
#ebfe7a text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfe7a;
Background color
Panel with #ebfe7a background
background-color: #ebfe7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfe7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfe7a; background: linear-gradient(135deg, #ebfe7a, #93FE7A);