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