#edcfcd
a pale, vivid red · warm · closest name: silver
RGB
237, 207, 205
HSL
4°, 47%, 87%
CMYK
0, 13, 14, 7
Luminance
0.6704
Every format
| HEX | #edcfcd |
| RGB | rgb(237, 207, 205) |
| HSL | hsl(4, 47%, 87%) |
| CMYK | cmyk(0%, 13%, 14%, 7%) |
| LAB | lab(85.5 10.2 4.8) |
| LCH | lch(85.5 11.3 25.5) |
| OKLCH | oklch(0.879 0.034 22.4) |
Copy-ready code
/* CSS */
color: #edcfcd;
background-color: #edcfcd;
/* Tailwind (arbitrary) */
class="text-[#edcfcd] bg-[#edcfcd]"
/* SCSS */
$brand: #edcfcd;
/* SwiftUI */
Color(red: 0.929, green: 0.812, blue: 0.804)
/* Android */
Color.parseColor("#edcfcd")Accessibility — WCAG contrast
Aa
#edcfcd on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcfcd on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green81.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta12.7%
Yellow13.5%
Key (black)7.1%
Color previews
#edcfcd text on a black background
contrast 14.41:1
Card sample
#edcfcd text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcfcd;
Background color
Panel with #edcfcd background
background-color: #edcfcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcfcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 207, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 207, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcfcd; background: linear-gradient(135deg, #edcfcd, #EDE4CD);