#eeeea6
a light, vivid yellow · cool · closest name: khaki
RGB
238, 238, 166
HSL
60°, 68%, 79%
CMYK
0, 0, 30, 7
Luminance
0.8208
Every format
| HEX | #eeeea6 |
| RGB | rgb(238, 238, 166) |
| HSL | hsl(60, 68%, 79%) |
| CMYK | cmyk(0%, 0%, 30%, 7%) |
| LAB | lab(92.6 -10.8 35.0) |
| LCH | lch(92.6 36.6 107.2) |
| OKLCH | oklch(0.932 0.092 108.1) |
Copy-ready code
/* CSS */
color: #eeeea6;
background-color: #eeeea6;
/* Tailwind (arbitrary) */
class="text-[#eeeea6] bg-[#eeeea6]"
/* SCSS */
$brand: #eeeea6;
/* SwiftUI */
Color(red: 0.933, green: 0.933, blue: 0.651)
/* Android */
Color.parseColor("#eeeea6")Accessibility — WCAG contrast
Aa
#eeeea6 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeea6 on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.3%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow30.3%
Key (black)6.7%
Color previews
#eeeea6 text on a black background
contrast 17.42:1
Card sample
#eeeea6 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeea6;
Background color
Panel with #eeeea6 background
background-color: #eeeea6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeea6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 238, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 238, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeea6; background: linear-gradient(135deg, #eeeea6, #BEEEA6);