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