#ebfd1d
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 253, 29
HSL
65°, 98%, 55%
CMYK
7, 0, 89, 1
Luminance
0.8800
Every format
| HEX | #ebfd1d |
| RGB | rgb(235, 253, 29) |
| HSL | hsl(65, 98%, 55%) |
| CMYK | cmyk(7%, 0%, 89%, 1%) |
| LAB | lab(95.2 -28.4 89.6) |
| LCH | lch(95.2 94.0 107.6) |
| OKLCH | oklch(0.949 0.211 114.9) |
Copy-ready code
/* CSS */
color: #ebfd1d;
background-color: #ebfd1d;
/* Tailwind (arbitrary) */
class="text-[#ebfd1d] bg-[#ebfd1d]"
/* SCSS */
$brand: #ebfd1d;
/* SwiftUI */
Color(red: 0.922, green: 0.992, blue: 0.114)
/* Android */
Color.parseColor("#ebfd1d")Accessibility — WCAG contrast
Aa
#ebfd1d on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfd1d on black: 18.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.2%
Blue11.4%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow88.5%
Key (black)0.8%
Color previews
#ebfd1d text on a black background
contrast 18.60:1
Card sample
#ebfd1d text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfd1d;
Background color
Panel with #ebfd1d background
background-color: #ebfd1d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfd1d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 253, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 253, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfd1d; background: linear-gradient(135deg, #ebfd1d, #56FD1D);