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