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