#ebe521
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 229, 33
HSL
58°, 84%, 53%
CMYK
0, 3, 86, 8
Luminance
0.7381
Every format
| HEX | #ebe521 |
| RGB | rgb(235, 229, 33) |
| HSL | hsl(58, 84%, 53%) |
| CMYK | cmyk(0%, 3%, 86%, 8%) |
| LAB | lab(88.8 -16.9 83.8) |
| LCH | lch(88.8 85.5 101.4) |
| OKLCH | oklch(0.898 0.188 107.7) |
Copy-ready code
/* CSS */
color: #ebe521;
background-color: #ebe521;
/* Tailwind (arbitrary) */
class="text-[#ebe521] bg-[#ebe521]"
/* SCSS */
$brand: #ebe521;
/* SwiftUI */
Color(red: 0.922, green: 0.898, blue: 0.129)
/* Android */
Color.parseColor("#ebe521")Accessibility — WCAG contrast
Aa
#ebe521 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebe521 on black: 15.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green89.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.6%
Yellow86.0%
Key (black)7.8%
Color previews
#ebe521 text on a black background
contrast 15.76:1
Card sample
#ebe521 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebe521;
Background color
Panel with #ebe521 background
background-color: #ebe521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebe521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 229, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 229, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebe521; background: linear-gradient(135deg, #ebe521, #6AEB21);