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