#ebf721
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 247, 33
HSL
63°, 93%, 55%
CMYK
5, 0, 87, 3
Luminance
0.8429
Every format
| HEX | #ebf721 |
| RGB | rgb(235, 247, 33) |
| HSL | hsl(63, 93%, 55%) |
| CMYK | cmyk(5%, 0%, 87%, 3%) |
| LAB | lab(93.6 -25.6 87.7) |
| LCH | lch(93.6 91.3 106.3) |
| OKLCH | oklch(0.936 0.204 113.3) |
Copy-ready code
/* CSS */
color: #ebf721;
background-color: #ebf721;
/* Tailwind (arbitrary) */
class="text-[#ebf721] bg-[#ebf721]"
/* SCSS */
$brand: #ebf721;
/* SwiftUI */
Color(red: 0.922, green: 0.969, blue: 0.129)
/* Android */
Color.parseColor("#ebf721")Accessibility — WCAG contrast
Aa
#ebf721 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf721 on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green96.9%
Blue12.9%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow86.6%
Key (black)3.1%
Color previews
#ebf721 text on a black background
contrast 17.86:1
Card sample
#ebf721 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf721;
Background color
Panel with #ebf721 background
background-color: #ebf721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 247, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 247, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf721; background: linear-gradient(135deg, #ebf721, #5CF721);