#ebf921
a balanced, electric yellow · cool · closest name: yellow
RGB
235, 249, 33
HSL
64°, 95%, 55%
CMYK
6, 0, 87, 2
Luminance
0.8552
Every format
| HEX | #ebf921 |
| RGB | rgb(235, 249, 33) |
| HSL | hsl(64, 95%, 55%) |
| CMYK | cmyk(6%, 0%, 87%, 2%) |
| LAB | lab(94.1 -26.5 88.1) |
| LCH | lch(94.1 92.0 106.8) |
| OKLCH | oklch(0.940 0.206 113.9) |
Copy-ready code
/* CSS */
color: #ebf921;
background-color: #ebf921;
/* Tailwind (arbitrary) */
class="text-[#ebf921] bg-[#ebf921]"
/* SCSS */
$brand: #ebf921;
/* SwiftUI */
Color(red: 0.922, green: 0.976, blue: 0.129)
/* Android */
Color.parseColor("#ebf921")Accessibility — WCAG contrast
Aa
#ebf921 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebf921 on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green97.6%
Blue12.9%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow86.7%
Key (black)2.4%
Color previews
#ebf921 text on a black background
contrast 18.10:1
Card sample
#ebf921 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebf921;
Background color
Panel with #ebf921 background
background-color: #ebf921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebf921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 249, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 249, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebf921; background: linear-gradient(135deg, #ebf921, #5BF921);