#eeeee5
a pale, soft yellow · cool · closest name: ivory
RGB
238, 238, 229
HSL
60°, 21%, 92%
CMYK
0, 0, 4, 7
Luminance
0.8498
Every format
| HEX | #eeeee5 |
| RGB | rgb(238, 238, 229) |
| HSL | hsl(60, 21%, 92%) |
| CMYK | cmyk(0%, 0%, 4%, 7%) |
| LAB | lab(93.9 -1.6 4.3) |
| LCH | lch(93.9 4.6 109.8) |
| OKLCH | oklch(0.947 0.012 106.6) |
Copy-ready code
/* CSS */
color: #eeeee5;
background-color: #eeeee5;
/* Tailwind (arbitrary) */
class="text-[#eeeee5] bg-[#eeeee5]"
/* SCSS */
$brand: #eeeee5;
/* SwiftUI */
Color(red: 0.933, green: 0.933, blue: 0.898)
/* Android */
Color.parseColor("#eeeee5")Accessibility — WCAG contrast
Aa
#eeeee5 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeee5 on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.3%
Blue89.8%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow3.8%
Key (black)6.7%
Color previews
#eeeee5 text on a black background
contrast 18.00:1
Card sample
#eeeee5 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeee5;
Background color
Panel with #eeeee5 background
background-color: #eeeee5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeee5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 238, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 238, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeee5; background: linear-gradient(135deg, #eeeee5, #E8EEE5);