#ebfe74
a light, electric yellow · cool · closest name: khaki
RGB
235, 254, 116
HSL
68°, 99%, 73%
CMYK
8, 0, 54, 0
Luminance
0.8981
Every format
| HEX | #ebfe74 |
| RGB | rgb(235, 254, 116) |
| HSL | hsl(68, 99%, 73%) |
| CMYK | cmyk(8%, 0%, 54%, 0%) |
| LAB | lab(95.9 -24.8 62.8) |
| LCH | lch(95.9 67.5 111.6) |
| OKLCH | oklch(0.956 0.163 116.1) |
Copy-ready code
/* CSS */
color: #ebfe74;
background-color: #ebfe74;
/* Tailwind (arbitrary) */
class="text-[#ebfe74] bg-[#ebfe74]"
/* SCSS */
$brand: #ebfe74;
/* SwiftUI */
Color(red: 0.922, green: 0.996, blue: 0.455)
/* Android */
Color.parseColor("#ebfe74")Accessibility — WCAG contrast
Aa
#ebfe74 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfe74 on black: 18.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.6%
Blue45.5%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow54.3%
Key (black)0.4%
Color previews
#ebfe74 text on a black background
contrast 18.96:1
Card sample
#ebfe74 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfe74;
Background color
Panel with #ebfe74 background
background-color: #ebfe74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfe74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 254, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 254, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfe74; background: linear-gradient(135deg, #ebfe74, #8FFE74);