#ebfc5d
a light, electric yellow · cool · closest name: yellow
RGB
235, 252, 93
HSL
66°, 96%, 68%
CMYK
7, 0, 63, 1
Luminance
0.8807
Every format
| HEX | #ebfc5d |
| RGB | rgb(235, 252, 93) |
| HSL | hsl(66, 96%, 68%) |
| CMYK | cmyk(7%, 0%, 63%, 1%) |
| LAB | lab(95.2 -25.5 71.5) |
| LCH | lch(95.2 76.0 109.6) |
| OKLCH | oklch(0.950 0.179 115.1) |
Copy-ready code
/* CSS */
color: #ebfc5d;
background-color: #ebfc5d;
/* Tailwind (arbitrary) */
class="text-[#ebfc5d] bg-[#ebfc5d]"
/* SCSS */
$brand: #ebfc5d;
/* SwiftUI */
Color(red: 0.922, green: 0.988, blue: 0.365)
/* Android */
Color.parseColor("#ebfc5d")Accessibility — WCAG contrast
Aa
#ebfc5d on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfc5d on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.8%
Blue36.5%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow63.1%
Key (black)1.2%
Color previews
#ebfc5d text on a black background
contrast 18.61:1
Card sample
#ebfc5d text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfc5d;
Background color
Panel with #ebfc5d background
background-color: #ebfc5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfc5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 252, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 252, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfc5d; background: linear-gradient(135deg, #ebfc5d, #81FC5D);