#eebe00
a balanced, electric yellow · cool · closest name: gold
RGB
238, 190, 0
HSL
48°, 100%, 47%
CMYK
0, 20, 100, 7
Luminance
0.5500
Every format
| HEX | #eebe00 |
| RGB | rgb(238, 190, 0) |
| HSL | hsl(48, 100%, 47%) |
| CMYK | cmyk(0%, 20%, 100%, 7%) |
| LAB | lab(79.0 3.6 80.8) |
| LCH | lch(79.0 80.9 87.4) |
| OKLCH | oklch(0.821 0.168 90.3) |
Copy-ready code
/* CSS */
color: #eebe00;
background-color: #eebe00;
/* Tailwind (arbitrary) */
class="text-[#eebe00] bg-[#eebe00]"
/* SCSS */
$brand: #eebe00;
/* SwiftUI */
Color(red: 0.933, green: 0.745, blue: 0.000)
/* Android */
Color.parseColor("#eebe00")Accessibility — WCAG contrast
Aa
#eebe00 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebe00 on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green74.5%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow100.0%
Key (black)6.7%
Color previews
#eebe00 text on a black background
contrast 12.00:1
Card sample
#eebe00 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebe00;
Background color
Panel with #eebe00 background
background-color: #eebe00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebe00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 190, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 190, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebe00; background: linear-gradient(135deg, #eebe00, #7FEE00);