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