#eeee88
a light, electric yellow · cool · closest name: khaki
RGB
238, 238, 136
HSL
60°, 75%, 73%
CMYK
0, 0, 43, 7
Luminance
0.8110
Every format
| HEX | #eeee88 |
| RGB | rgb(238, 238, 136) |
| HSL | hsl(60, 75%, 73%) |
| CMYK | cmyk(0%, 0%, 43%, 7%) |
| LAB | lab(92.2 -14.2 49.2) |
| LCH | lch(92.2 51.2 106.0) |
| OKLCH | oklch(0.928 0.125 108.6) |
Copy-ready code
/* CSS */
color: #eeee88;
background-color: #eeee88;
/* Tailwind (arbitrary) */
class="text-[#eeee88] bg-[#eeee88]"
/* SCSS */
$brand: #eeee88;
/* SwiftUI */
Color(red: 0.933, green: 0.933, blue: 0.533)
/* Android */
Color.parseColor("#eeee88")Accessibility — WCAG contrast
Aa
#eeee88 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeee88 on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.3%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow42.9%
Key (black)6.7%
Color previews
#eeee88 text on a black background
contrast 17.22:1
Card sample
#eeee88 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeee88;
Background color
Panel with #eeee88 background
background-color: #eeee88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeee88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 238, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 238, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeee88; background: linear-gradient(135deg, #eeee88, #AAEE88);