#eee300
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 227, 0
HSL
57°, 100%, 47%
CMYK
0, 5, 100, 7
Luminance
0.7312
Every format
| HEX | #eee300 |
| RGB | rgb(238, 227, 0) |
| HSL | hsl(57, 100%, 47%) |
| CMYK | cmyk(0%, 5%, 100%, 7%) |
| LAB | lab(88.5 -15.1 87.6) |
| LCH | lch(88.5 88.9 99.8) |
| OKLCH | oklch(0.896 0.191 106.1) |
Copy-ready code
/* CSS */
color: #eee300;
background-color: #eee300;
/* Tailwind (arbitrary) */
class="text-[#eee300] bg-[#eee300]"
/* SCSS */
$brand: #eee300;
/* SwiftUI */
Color(red: 0.933, green: 0.890, blue: 0.000)
/* Android */
Color.parseColor("#eee300")Accessibility — WCAG contrast
Aa
#eee300 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee300 on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta4.6%
Yellow100.0%
Key (black)6.7%
Color previews
#eee300 text on a black background
contrast 15.62:1
Card sample
#eee300 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee300;
Background color
Panel with #eee300 background
background-color: #eee300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 227, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 227, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee300; background: linear-gradient(135deg, #eee300, #5BEE00);