#eededd
a pale, soft red · warm · closest name: white
RGB
238, 222, 221
HSL
4°, 33%, 90%
CMYK
0, 7, 7, 7
Luminance
0.7564
Every format
| HEX | #eededd |
| RGB | rgb(238, 222, 221) |
| HSL | hsl(4, 33%, 90%) |
| CMYK | cmyk(0%, 7%, 7%, 7%) |
| LAB | lab(89.7 5.3 2.5) |
| LCH | lch(89.7 5.8 24.9) |
| OKLCH | oklch(0.913 0.018 21.8) |
Copy-ready code
/* CSS */
color: #eededd;
background-color: #eededd;
/* Tailwind (arbitrary) */
class="text-[#eededd] bg-[#eededd]"
/* SCSS */
$brand: #eededd;
/* SwiftUI */
Color(red: 0.933, green: 0.871, blue: 0.867)
/* Android */
Color.parseColor("#eededd")Accessibility — WCAG contrast
Aa
#eededd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eededd on black: 16.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.1%
Blue86.7%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow7.1%
Key (black)6.7%
Color previews
#eededd text on a black background
contrast 16.13:1
Card sample
#eededd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eededd;
Background color
Panel with #eededd background
background-color: #eededd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eededd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 222, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 222, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eededd; background: linear-gradient(135deg, #eededd, #EEE9DD);