#eed2cb
a pale, vivid red · warm · closest name: silver
RGB
238, 210, 203
HSL
12°, 51%, 87%
CMYK
0, 12, 15, 7
Luminance
0.6858
Every format
| HEX | #eed2cb |
| RGB | rgb(238, 210, 203) |
| HSL | hsl(12, 51%, 87%) |
| CMYK | cmyk(0%, 12%, 15%, 7%) |
| LAB | lab(86.3 8.6 7.0) |
| LCH | lch(86.3 11.1 39.2) |
| OKLCH | oklch(0.885 0.033 34.3) |
Copy-ready code
/* CSS */
color: #eed2cb;
background-color: #eed2cb;
/* Tailwind (arbitrary) */
class="text-[#eed2cb] bg-[#eed2cb]"
/* SCSS */
$brand: #eed2cb;
/* SwiftUI */
Color(red: 0.933, green: 0.824, blue: 0.796)
/* Android */
Color.parseColor("#eed2cb")Accessibility — WCAG contrast
Aa
#eed2cb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed2cb on black: 14.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow14.7%
Key (black)6.7%
Color previews
#eed2cb text on a black background
contrast 14.72:1
Card sample
#eed2cb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed2cb;
Background color
Panel with #eed2cb background
background-color: #eed2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 210, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 210, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed2cb; background: linear-gradient(135deg, #eed2cb, #EEE9CB);