#ebfd76
a light, electric yellow · cool · closest name: khaki
RGB
235, 253, 118
HSL
68°, 97%, 73%
CMYK
7, 0, 53, 1
Luminance
0.8922
Every format
| HEX | #ebfd76 |
| RGB | rgb(235, 253, 118) |
| HSL | hsl(68, 97%, 73%) |
| CMYK | cmyk(7%, 0%, 53%, 1%) |
| LAB | lab(95.7 -24.2 61.6) |
| LCH | lch(95.7 66.2 111.4) |
| OKLCH | oklch(0.954 0.160 115.8) |
Copy-ready code
/* CSS */
color: #ebfd76;
background-color: #ebfd76;
/* Tailwind (arbitrary) */
class="text-[#ebfd76] bg-[#ebfd76]"
/* SCSS */
$brand: #ebfd76;
/* SwiftUI */
Color(red: 0.922, green: 0.992, blue: 0.463)
/* Android */
Color.parseColor("#ebfd76")Accessibility — WCAG contrast
Aa
#ebfd76 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfd76 on black: 18.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.2%
Blue46.3%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow53.4%
Key (black)0.8%
Color previews
#ebfd76 text on a black background
contrast 18.84:1
Card sample
#ebfd76 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfd76;
Background color
Panel with #ebfd76 background
background-color: #ebfd76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfd76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 253, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 253, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfd76; background: linear-gradient(135deg, #ebfd76, #91FD76);