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