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