#eee8e2
a pale, soft orange · warm · closest name: white
RGB
238, 232, 226
HSL
30°, 26%, 91%
CMYK
0, 3, 5, 7
Luminance
0.8138
Every format
| HEX | #eee8e2 |
| RGB | rgb(238, 232, 226) |
| HSL | hsl(30, 26%, 91%) |
| CMYK | cmyk(0%, 3%, 5%, 7%) |
| LAB | lab(92.3 1.0 3.6) |
| LCH | lch(92.3 3.8 74.7) |
| OKLCH | oklch(0.934 0.010 67.7) |
Copy-ready code
/* CSS */
color: #eee8e2;
background-color: #eee8e2;
/* Tailwind (arbitrary) */
class="text-[#eee8e2] bg-[#eee8e2]"
/* SCSS */
$brand: #eee8e2;
/* SwiftUI */
Color(red: 0.933, green: 0.910, blue: 0.886)
/* Android */
Color.parseColor("#eee8e2")Accessibility — WCAG contrast
Aa
#eee8e2 on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee8e2 on black: 17.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.0%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta2.5%
Yellow5.0%
Key (black)6.7%
Color previews
#eee8e2 text on a black background
contrast 17.28:1
Card sample
#eee8e2 text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee8e2;
Background color
Panel with #eee8e2 background
background-color: #eee8e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee8e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 232, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 232, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee8e2; background: linear-gradient(135deg, #eee8e2, #ECEEE2);