#eed2cf
a pale, vivid red · warm · closest name: silver
RGB
238, 210, 207
HSL
6°, 48%, 87%
CMYK
0, 12, 13, 7
Luminance
0.6878
Every format
| HEX | #eed2cf |
| RGB | rgb(238, 210, 207) |
| HSL | hsl(6, 48%, 87%) |
| CMYK | cmyk(0%, 12%, 13%, 7%) |
| LAB | lab(86.4 9.3 5.1) |
| LCH | lch(86.4 10.5 28.7) |
| OKLCH | oklch(0.886 0.032 25.1) |
Copy-ready code
/* CSS */
color: #eed2cf;
background-color: #eed2cf;
/* Tailwind (arbitrary) */
class="text-[#eed2cf] bg-[#eed2cf]"
/* SCSS */
$brand: #eed2cf;
/* SwiftUI */
Color(red: 0.933, green: 0.824, blue: 0.812)
/* Android */
Color.parseColor("#eed2cf")Accessibility — WCAG contrast
Aa
#eed2cf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed2cf on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow13.0%
Key (black)6.7%
Color previews
#eed2cf text on a black background
contrast 14.76:1
Card sample
#eed2cf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed2cf;
Background color
Panel with #eed2cf background
background-color: #eed2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 210, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 210, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed2cf; background: linear-gradient(135deg, #eed2cf, #EEE7CF);