#ebfd5d
a light, electric yellow · cool · closest name: yellow
RGB
235, 253, 93
HSL
67°, 98%, 68%
CMYK
7, 0, 63, 1
Luminance
0.8870
Every format
| HEX | #ebfd5d |
| RGB | rgb(235, 253, 93) |
| HSL | hsl(67, 98%, 68%) |
| CMYK | cmyk(7%, 0%, 63%, 1%) |
| LAB | lab(95.5 -26.0 71.8) |
| LCH | lch(95.5 76.4 109.9) |
| OKLCH | oklch(0.952 0.180 115.4) |
Copy-ready code
/* CSS */
color: #ebfd5d;
background-color: #ebfd5d;
/* Tailwind (arbitrary) */
class="text-[#ebfd5d] bg-[#ebfd5d]"
/* SCSS */
$brand: #ebfd5d;
/* SwiftUI */
Color(red: 0.922, green: 0.992, blue: 0.365)
/* Android */
Color.parseColor("#ebfd5d")Accessibility — WCAG contrast
Aa
#ebfd5d on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfd5d on black: 18.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.2%
Blue36.5%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow63.2%
Key (black)0.8%
Color previews
#ebfd5d text on a black background
contrast 18.74:1
Card sample
#ebfd5d text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfd5d;
Background color
Panel with #ebfd5d background
background-color: #ebfd5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfd5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 253, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 253, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfd5d; background: linear-gradient(135deg, #ebfd5d, #80FD5D);