#eeeee0
a pale, soft yellow · cool · closest name: ivory
RGB
238, 238, 224
HSL
60°, 29%, 91%
CMYK
0, 0, 6, 7
Luminance
0.8471
Every format
| HEX | #eeeee0 |
| RGB | rgb(238, 238, 224) |
| HSL | hsl(60, 29%, 91%) |
| CMYK | cmyk(0%, 0%, 6%, 7%) |
| LAB | lab(93.8 -2.4 6.8) |
| LCH | lch(93.8 7.2 109.6) |
| OKLCH | oklch(0.945 0.018 106.7) |
Copy-ready code
/* CSS */
color: #eeeee0;
background-color: #eeeee0;
/* Tailwind (arbitrary) */
class="text-[#eeeee0] bg-[#eeeee0]"
/* SCSS */
$brand: #eeeee0;
/* SwiftUI */
Color(red: 0.933, green: 0.933, blue: 0.878)
/* Android */
Color.parseColor("#eeeee0")Accessibility — WCAG contrast
Aa
#eeeee0 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeee0 on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.3%
Blue87.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow5.9%
Key (black)6.7%
Color previews
#eeeee0 text on a black background
contrast 17.94:1
Card sample
#eeeee0 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeee0;
Background color
Panel with #eeeee0 background
background-color: #eeeee0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeee0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 238, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 238, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeee0; background: linear-gradient(135deg, #eeeee0, #E5EEE0);