#eebe49
a balanced, electric yellow · warm · closest name: orange
RGB
238, 190, 73
HSL
43°, 83%, 61%
CMYK
0, 20, 69, 7
Luminance
0.5549
Every format
| HEX | #eebe49 |
| RGB | rgb(238, 190, 73) |
| HSL | hsl(43, 83%, 61%) |
| CMYK | cmyk(0%, 20%, 69%, 7%) |
| LAB | lab(79.3 5.5 63.1) |
| LCH | lch(79.3 63.4 85.0) |
| OKLCH | oklch(0.824 0.142 86.0) |
Copy-ready code
/* CSS */
color: #eebe49;
background-color: #eebe49;
/* Tailwind (arbitrary) */
class="text-[#eebe49] bg-[#eebe49]"
/* SCSS */
$brand: #eebe49;
/* SwiftUI */
Color(red: 0.933, green: 0.745, blue: 0.286)
/* Android */
Color.parseColor("#eebe49")Accessibility — WCAG contrast
Aa
#eebe49 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebe49 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green74.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow69.3%
Key (black)6.7%
Color previews
#eebe49 text on a black background
contrast 12.10:1
Card sample
#eebe49 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebe49;
Background color
Panel with #eebe49 background
background-color: #eebe49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebe49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 190, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 190, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebe49; background: linear-gradient(135deg, #eebe49, #B0EE49);