#eeee22
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 238, 34
HSL
60°, 86%, 53%
CMYK
0, 0, 86, 7
Luminance
0.7944
Every format
| HEX | #eeee22 |
| RGB | rgb(238, 238, 34) |
| HSL | hsl(60, 86%, 53%) |
| CMYK | cmyk(0%, 0%, 86%, 7%) |
| LAB | lab(91.4 -20.0 85.8) |
| LCH | lch(91.4 88.2 103.1) |
| OKLCH | oklch(0.919 0.195 109.7) |
Copy-ready code
/* CSS */
color: #eeee22;
background-color: #eeee22;
/* Tailwind (arbitrary) */
class="text-[#eeee22] bg-[#eeee22]"
/* SCSS */
$brand: #eeee22;
/* SwiftUI */
Color(red: 0.933, green: 0.933, blue: 0.133)
/* Android */
Color.parseColor("#eeee22")Accessibility — WCAG contrast
Aa
#eeee22 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeee22 on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.3%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow85.7%
Key (black)6.7%
Color previews
#eeee22 text on a black background
contrast 16.89:1
Card sample
#eeee22 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeee22;
Background color
Panel with #eeee22 background
background-color: #eeee22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeee22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 238, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 238, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeee22; background: linear-gradient(135deg, #eeee22, #66EE22);