#eab341
a balanced, electric yellow · warm · closest name: orange
RGB
234, 179, 65
HSL
41°, 80%, 59%
CMYK
0, 24, 72, 8
Luminance
0.5011
Every format
| HEX | #eab341 |
| RGB | rgb(234, 179, 65) |
| HSL | hsl(41, 80%, 59%) |
| CMYK | cmyk(0%, 24%, 72%, 8%) |
| LAB | lab(76.1 9.2 63.0) |
| LCH | lch(76.1 63.7 81.7) |
| OKLCH | oklch(0.798 0.141 82.0) |
Copy-ready code
/* CSS */
color: #eab341;
background-color: #eab341;
/* Tailwind (arbitrary) */
class="text-[#eab341] bg-[#eab341]"
/* SCSS */
$brand: #eab341;
/* SwiftUI */
Color(red: 0.918, green: 0.702, blue: 0.255)
/* Android */
Color.parseColor("#eab341")Accessibility — WCAG contrast
Aa
#eab341 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eab341 on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green70.2%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow72.2%
Key (black)8.2%
Color previews
#eab341 text on a black background
contrast 11.02:1
Card sample
#eab341 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eab341;
Background color
Panel with #eab341 background
background-color: #eab341;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eab341;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 179, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 179, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eab341; background: linear-gradient(135deg, #eab341, #B0EA41);