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