#eeeee9
a pale, muted yellow · cool · closest name: white
RGB
238, 238, 233
HSL
60°, 13%, 92%
CMYK
0, 0, 2, 7
Luminance
0.8521
Every format
| HEX | #eeeee9 |
| RGB | rgb(238, 238, 233) |
| HSL | hsl(60, 13%, 92%) |
| CMYK | cmyk(0%, 0%, 2%, 7%) |
| LAB | lab(94.0 -0.9 2.4) |
| LCH | lch(94.0 2.6 110.1) |
| OKLCH | oklch(0.948 0.007 106.5) |
Copy-ready code
/* CSS */
color: #eeeee9;
background-color: #eeeee9;
/* Tailwind (arbitrary) */
class="text-[#eeeee9] bg-[#eeeee9]"
/* SCSS */
$brand: #eeeee9;
/* SwiftUI */
Color(red: 0.933, green: 0.933, blue: 0.914)
/* Android */
Color.parseColor("#eeeee9")Accessibility — WCAG contrast
Aa
#eeeee9 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeee9 on black: 18.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.3%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow2.1%
Key (black)6.7%
Color previews
#eeeee9 text on a black background
contrast 18.04:1
Card sample
#eeeee9 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeee9;
Background color
Panel with #eeeee9 background
background-color: #eeeee9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeee9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 238, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 238, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeee9; background: linear-gradient(135deg, #eeeee9, #EBEEE9);