#e3b821
a balanced, electric yellow · cool · closest name: gold
RGB
227, 184, 33
HSL
47°, 78%, 51%
CMYK
0, 19, 86, 11
Luminance
0.5072
Every format
| HEX | #e3b821 |
| RGB | rgb(227, 184, 33) |
| HSL | hsl(47, 78%, 51%) |
| CMYK | cmyk(0%, 19%, 86%, 11%) |
| LAB | lab(76.5 2.4 73.5) |
| LCH | lch(76.5 73.6 88.1) |
| OKLCH | oklch(0.798 0.156 90.9) |
Copy-ready code
/* CSS */
color: #e3b821;
background-color: #e3b821;
/* Tailwind (arbitrary) */
class="text-[#e3b821] bg-[#e3b821]"
/* SCSS */
$brand: #e3b821;
/* SwiftUI */
Color(red: 0.890, green: 0.722, blue: 0.129)
/* Android */
Color.parseColor("#e3b821")Accessibility — WCAG contrast
Aa
#e3b821 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3b821 on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green72.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow85.5%
Key (black)11.0%
Color previews
#e3b821 text on a black background
contrast 11.14:1
Card sample
#e3b821 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3b821;
Background color
Panel with #e3b821 background
background-color: #e3b821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3b821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 184, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 184, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3b821; background: linear-gradient(135deg, #e3b821, #8DE321);