#eeeb3b
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 235, 59
HSL
59°, 84%, 58%
CMYK
0, 1, 75, 7
Luminance
0.7791
Every format
| HEX | #eeeb3b |
| RGB | rgb(238, 235, 59) |
| HSL | hsl(59, 84%, 58%) |
| CMYK | cmyk(0%, 1%, 75%, 7%) |
| LAB | lab(90.7 -17.9 79.1) |
| LCH | lch(90.7 81.1 102.7) |
| OKLCH | oklch(0.914 0.182 108.5) |
Copy-ready code
/* CSS */
color: #eeeb3b;
background-color: #eeeb3b;
/* Tailwind (arbitrary) */
class="text-[#eeeb3b] bg-[#eeeb3b]"
/* SCSS */
$brand: #eeeb3b;
/* SwiftUI */
Color(red: 0.933, green: 0.922, blue: 0.231)
/* Android */
Color.parseColor("#eeeb3b")Accessibility — WCAG contrast
Aa
#eeeb3b on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeb3b on black: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.2%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta1.3%
Yellow75.2%
Key (black)6.7%
Color previews
#eeeb3b text on a black background
contrast 16.58:1
Card sample
#eeeb3b text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeb3b;
Background color
Panel with #eeeb3b background
background-color: #eeeb3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeb3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 235, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 235, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeb3b; background: linear-gradient(135deg, #eeeb3b, #7AEE3B);