#ebfd37
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 253, 55
HSL
66°, 98%, 60%
CMYK
7, 0, 78, 1
Luminance
0.8819
Every format
| HEX | #ebfd37 |
| RGB | rgb(235, 253, 55) |
| HSL | hsl(66, 98%, 60%) |
| CMYK | cmyk(7%, 0%, 78%, 1%) |
| LAB | lab(95.2 -27.8 84.2) |
| LCH | lch(95.2 88.7 108.3) |
| OKLCH | oklch(0.950 0.202 115.0) |
Copy-ready code
/* CSS */
color: #ebfd37;
background-color: #ebfd37;
/* Tailwind (arbitrary) */
class="text-[#ebfd37] bg-[#ebfd37]"
/* SCSS */
$brand: #ebfd37;
/* SwiftUI */
Color(red: 0.922, green: 0.992, blue: 0.216)
/* Android */
Color.parseColor("#ebfd37")Accessibility — WCAG contrast
Aa
#ebfd37 on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfd37 on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green99.2%
Blue21.6%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow78.3%
Key (black)0.8%
Color previews
#ebfd37 text on a black background
contrast 18.64:1
Card sample
#ebfd37 text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfd37;
Background color
Panel with #ebfd37 background
background-color: #ebfd37;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfd37;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 253, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 253, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfd37; background: linear-gradient(135deg, #ebfd37, #67FD37);