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