#ebfe82
a light, electric yellow · cool · closest name: khaki
RGB
235, 254, 130
HSL
69°, 98%, 75%
CMYK
8, 0, 49, 0
Luminance
0.9016
Every format
| HEX | #ebfe82 |
| RGB | rgb(235, 254, 130) |
| HSL | hsl(69, 98%, 75%) |
| CMYK | cmyk(8%, 0%, 49%, 0%) |
| LAB | lab(96.1 -23.6 56.7) |
| LCH | lch(96.1 61.4 112.6) |
| OKLCH | oklch(0.958 0.150 116.5) |
Copy-ready code
/* CSS */
color: #ebfe82;
background-color: #ebfe82;
/* Tailwind (arbitrary) */
class="text-[#ebfe82] bg-[#ebfe82]"
/* SCSS */
$brand: #ebfe82;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.510)
/* Android */
Color.parseColor("#ebfe82")Accessibility — WCAG contrast
Aa
#ebfe82 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfe82 on black: 19.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue51.0%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow48.8%
Key (black)0.4%
Color previews
#ebfe82 text on a black background
contrast 19.03:1
Card sample
#ebfe82 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfe82;
Background color
Panel with #ebfe82 background
background-color: #ebfe82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfe82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfe82; background: linear-gradient(135deg, #ebfe82, #98FE82);