#ebe821
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 232, 33
HSL
59°, 84%, 53%
CMYK
0, 1, 86, 8
Luminance
0.7549
Every format
| HEX | #ebe821 |
| RGB | rgb(235, 232, 33) |
| HSL | hsl(59, 84%, 53%) |
| CMYK | cmyk(0%, 1%, 86%, 8%) |
| LAB | lab(89.6 -18.4 84.5) |
| LCH | lch(89.6 86.4 102.3) |
| OKLCH | oklch(0.904 0.190 108.7) |
Copy-ready code
/* CSS */
color: #ebe821;
background-color: #ebe821;
/* Tailwind (arbitrary) */
class="text-[#ebe821] bg-[#ebe821]"
/* SCSS */
$brand: #ebe821;
/* SwiftUI */
Color(red: 0.922, green: 0.910, blue: 0.129)
/* Android */
Color.parseColor("#ebe821")Accessibility — WCAG contrast
Aa
#ebe821 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebe821 on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green91.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow86.0%
Key (black)7.8%
Color previews
#ebe821 text on a black background
contrast 16.10:1
Card sample
#ebe821 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebe821;
Background color
Panel with #ebe821 background
background-color: #ebe821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebe821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 232, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 232, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebe821; background: linear-gradient(135deg, #ebe821, #67EB21);