#ebce21
a balanced, electric yellow · cool · closest name: gold
RGB
235, 206, 33
HSL
51°, 84%, 53%
CMYK
0, 12, 86, 8
Luminance
0.6191
Every format
| HEX | #ebce21 |
| RGB | rgb(235, 206, 33) |
| HSL | hsl(51, 84%, 53%) |
| CMYK | cmyk(0%, 12%, 86%, 8%) |
| LAB | lab(82.9 -5.5 79.0) |
| LCH | lch(82.9 79.2 94.0) |
| OKLCH | oklch(0.851 0.170 98.4) |
Copy-ready code
/* CSS */
color: #ebce21;
background-color: #ebce21;
/* Tailwind (arbitrary) */
class="text-[#ebce21] bg-[#ebce21]"
/* SCSS */
$brand: #ebce21;
/* SwiftUI */
Color(red: 0.922, green: 0.808, blue: 0.129)
/* Android */
Color.parseColor("#ebce21")Accessibility — WCAG contrast
Aa
#ebce21 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebce21 on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green80.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow86.0%
Key (black)7.8%
Color previews
#ebce21 text on a black background
contrast 13.38:1
Card sample
#ebce21 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebce21;
Background color
Panel with #ebce21 background
background-color: #ebce21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebce21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 206, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 206, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebce21; background: linear-gradient(135deg, #ebce21, #81EB21);