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