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