#e9ee00
a balanced, electric yellow · cool · closest name: yellow
RGB
233, 238, 0
HSL
61°, 100%, 47%
CMYK
2, 0, 100, 7
Luminance
0.7847
Every format
| HEX | #e9ee00 |
| RGB | rgb(233, 238, 0) |
| HSL | hsl(61, 100%, 47%) |
| CMYK | cmyk(2%, 0%, 100%, 7%) |
| LAB | lab(91.0 -22.5 89.2) |
| LCH | lch(91.0 92.0 104.2) |
| OKLCH | oklch(0.915 0.202 111.3) |
Copy-ready code
/* CSS */
color: #e9ee00;
background-color: #e9ee00;
/* Tailwind (arbitrary) */
class="text-[#e9ee00] bg-[#e9ee00]"
/* SCSS */
$brand: #e9ee00;
/* SwiftUI */
Color(red: 0.914, green: 0.933, blue: 0.000)
/* Android */
Color.parseColor("#e9ee00")Accessibility — WCAG contrast
Aa
#e9ee00 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9ee00 on black: 16.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green93.3%
Blue0.0%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow100.0%
Key (black)6.7%
Color previews
#e9ee00 text on a black background
contrast 16.69:1
Card sample
#e9ee00 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9ee00;
Background color
Panel with #e9ee00 background
background-color: #e9ee00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9ee00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 238, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 238, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9ee00; background: linear-gradient(135deg, #e9ee00, #4AEE00);