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