#eee622
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 230, 34
HSL
58°, 86%, 53%
CMYK
0, 3, 86, 7
Luminance
0.7489
Every format
| HEX | #eee622 |
| RGB | rgb(238, 230, 34) |
| HSL | hsl(58, 86%, 53%) |
| CMYK | cmyk(0%, 3%, 86%, 7%) |
| LAB | lab(89.3 -16.2 84.2) |
| LCH | lch(89.3 85.7 100.9) |
| OKLCH | oklch(0.903 0.188 107.0) |
Copy-ready code
/* CSS */
color: #eee622;
background-color: #eee622;
/* Tailwind (arbitrary) */
class="text-[#eee622] bg-[#eee622]"
/* SCSS */
$brand: #eee622;
/* SwiftUI */
Color(red: 0.933, green: 0.902, blue: 0.133)
/* Android */
Color.parseColor("#eee622")Accessibility — WCAG contrast
Aa
#eee622 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee622 on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green90.2%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta3.4%
Yellow85.7%
Key (black)6.7%
Color previews
#eee622 text on a black background
contrast 15.98:1
Card sample
#eee622 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee622;
Background color
Panel with #eee622 background
background-color: #eee622;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee622;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 230, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 230, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee622; background: linear-gradient(135deg, #eee622, #6EEE22);