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