#eee700
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 231, 0
HSL
58°, 100%, 47%
CMYK
0, 3, 100, 7
Luminance
0.7533
Every format
| HEX | #eee700 |
| RGB | rgb(238, 231, 0) |
| HSL | hsl(58, 100%, 47%) |
| CMYK | cmyk(0%, 3%, 100%, 7%) |
| LAB | lab(89.5 -17.1 88.3) |
| LCH | lch(89.5 90.0 100.9) |
| OKLCH | oklch(0.904 0.194 107.5) |
Copy-ready code
/* CSS */
color: #eee700;
background-color: #eee700;
/* Tailwind (arbitrary) */
class="text-[#eee700] bg-[#eee700]"
/* SCSS */
$brand: #eee700;
/* SwiftUI */
Color(red: 0.933, green: 0.906, blue: 0.000)
/* Android */
Color.parseColor("#eee700")Accessibility — WCAG contrast
Aa
#eee700 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee700 on black: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow100.0%
Key (black)6.7%
Color previews
#eee700 text on a black background
contrast 16.07:1
Card sample
#eee700 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee700;
Background color
Panel with #eee700 background
background-color: #eee700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 231, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 231, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee700; background: linear-gradient(135deg, #eee700, #57EE00);