#edcdcb
a pale, vivid red · warm · closest name: pink
RGB
237, 205, 203
HSL
4°, 49%, 86%
CMYK
0, 14, 14, 7
Luminance
0.6598
Every format
| HEX | #edcdcb |
| RGB | rgb(237, 205, 203) |
| HSL | hsl(4, 49%, 86%) |
| CMYK | cmyk(0%, 14%, 14%, 7%) |
| LAB | lab(85.0 10.9 5.1) |
| LCH | lch(85.0 12.0 25.3) |
| OKLCH | oklch(0.875 0.036 22.1) |
Copy-ready code
/* CSS */
color: #edcdcb;
background-color: #edcdcb;
/* Tailwind (arbitrary) */
class="text-[#edcdcb] bg-[#edcdcb]"
/* SCSS */
$brand: #edcdcb;
/* SwiftUI */
Color(red: 0.929, green: 0.804, blue: 0.796)
/* Android */
Color.parseColor("#edcdcb")Accessibility — WCAG contrast
Aa
#edcdcb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcdcb on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green80.4%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow14.3%
Key (black)7.1%
Color previews
#edcdcb text on a black background
contrast 14.20:1
Card sample
#edcdcb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcdcb;
Background color
Panel with #edcdcb background
background-color: #edcdcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcdcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 205, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 205, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcdcb; background: linear-gradient(135deg, #edcdcb, #EDE4CB);