#e9bf21
a balanced, electric yellow · cool · closest name: gold
RGB
233, 191, 33
HSL
47°, 82%, 52%
CMYK
0, 18, 86, 9
Luminance
0.5470
Every format
| HEX | #e9bf21 |
| RGB | rgb(233, 191, 33) |
| HSL | hsl(47, 82%, 52%) |
| CMYK | cmyk(0%, 18%, 86%, 9%) |
| LAB | lab(78.9 1.4 75.7) |
| LCH | lch(78.9 75.7 89.0) |
| OKLCH | oklch(0.818 0.161 92.0) |
Copy-ready code
/* CSS */
color: #e9bf21;
background-color: #e9bf21;
/* Tailwind (arbitrary) */
class="text-[#e9bf21] bg-[#e9bf21]"
/* SCSS */
$brand: #e9bf21;
/* SwiftUI */
Color(red: 0.914, green: 0.749, blue: 0.129)
/* Android */
Color.parseColor("#e9bf21")Accessibility — WCAG contrast
Aa
#e9bf21 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9bf21 on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green74.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.0%
Yellow85.8%
Key (black)8.6%
Color previews
#e9bf21 text on a black background
contrast 11.94:1
Card sample
#e9bf21 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9bf21;
Background color
Panel with #e9bf21 background
background-color: #e9bf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9bf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 191, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 191, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9bf21; background: linear-gradient(135deg, #e9bf21, #8EE921);