#ebfb49
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 251, 73
HSL
65°, 96%, 64%
CMYK
6, 0, 71, 2
Luminance
0.8714
Every format
| HEX | #ebfb49 |
| RGB | rgb(235, 251, 73) |
| HSL | hsl(65, 96%, 64%) |
| CMYK | cmyk(6%, 0%, 71%, 2%) |
| LAB | lab(94.8 -26.1 78.4) |
| LCH | lch(94.8 82.7 108.4) |
| OKLCH | oklch(0.946 0.191 114.6) |
Copy-ready code
/* CSS */
color: #ebfb49;
background-color: #ebfb49;
/* Tailwind (arbitrary) */
class="text-[#ebfb49] bg-[#ebfb49]"
/* SCSS */
$brand: #ebfb49;
/* SwiftUI */
Color(red: 0.922, green: 0.984, blue: 0.286)
/* Android */
Color.parseColor("#ebfb49")Accessibility — WCAG contrast
Aa
#ebfb49 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebfb49 on black: 18.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green98.4%
Blue28.6%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow70.9%
Key (black)1.6%
Color previews
#ebfb49 text on a black background
contrast 18.43:1
Card sample
#ebfb49 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebfb49;
Background color
Panel with #ebfb49 background
background-color: #ebfb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebfb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 251, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 251, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebfb49; background: linear-gradient(135deg, #ebfb49, #74FB49);