#eeff22
a balanced, electric yellow · cool · closest name: yellow
RGB
238, 255, 34
HSL
65°, 100%, 57%
CMYK
7, 0, 87, 0
Luminance
0.8981
Every format
| HEX | #eeff22 |
| RGB | rgb(238, 255, 34) |
| HSL | hsl(65, 100%, 57%) |
| CMYK | cmyk(7%, 0%, 87%, 0%) |
| LAB | lab(95.9 -28.1 89.5) |
| LCH | lch(95.9 93.8 107.4) |
| OKLCH | oklch(0.955 0.210 114.6) |
Copy-ready code
/* CSS */
color: #eeff22;
background-color: #eeff22;
/* Tailwind (arbitrary) */
class="text-[#eeff22] bg-[#eeff22]"
/* SCSS */
$brand: #eeff22;
/* SwiftUI */
Color(red: 0.933, green: 1.000, blue: 0.133)
/* Android */
Color.parseColor("#eeff22")Accessibility — WCAG contrast
Aa
#eeff22 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeff22 on black: 18.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green100.0%
Blue13.3%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow86.7%
Key (black)0.0%
Color previews
#eeff22 text on a black background
contrast 18.96:1
Card sample
#eeff22 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeff22;
Background color
Panel with #eeff22 background
background-color: #eeff22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeff22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 255, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 255, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeff22; background: linear-gradient(135deg, #eeff22, #5BFF22);