#eeeb0b
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 235, 11
HSL
59°, 91%, 49%
CMYK
0, 1, 95, 7
Luminance
0.7762
Every format
| HEX | #eeeb0b |
| RGB | rgb(238, 235, 11) |
| HSL | hsl(59, 91%, 49%) |
| CMYK | cmyk(0%, 1%, 95%, 7%) |
| LAB | lab(90.6 -18.9 88.3) |
| LCH | lch(90.6 90.3 102.1) |
| OKLCH | oklch(0.913 0.197 108.8) |
Copy-ready code
/* CSS */
color: #eeeb0b;
background-color: #eeeb0b;
/* Tailwind (arbitrary) */
class="text-[#eeeb0b] bg-[#eeeb0b]"
/* SCSS */
$brand: #eeeb0b;
/* SwiftUI */
Color(red: 0.933, green: 0.922, blue: 0.043)
/* Android */
Color.parseColor("#eeeb0b")Accessibility — WCAG contrast
Aa
#eeeb0b on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeb0b on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.2%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow95.4%
Key (black)6.7%
Color previews
#eeeb0b text on a black background
contrast 16.52:1
Card sample
#eeeb0b text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeb0b;
Background color
Panel with #eeeb0b background
background-color: #eeeb0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeb0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 235, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 235, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeb0b; background: linear-gradient(135deg, #eeeb0b, #5AEE0B);