#edcccf
a pale, vivid red · warm · closest name: pink
RGB
237, 204, 207
HSL
355°, 48%, 87%
CMYK
0, 14, 13, 7
Luminance
0.6570
Every format
| HEX | #edcccf |
| RGB | rgb(237, 204, 207) |
| HSL | hsl(355, 48%, 87%) |
| CMYK | cmyk(0%, 14%, 13%, 7%) |
| LAB | lab(84.8 12.1 2.8) |
| LCH | lch(84.8 12.4 13.1) |
| OKLCH | oklch(0.874 0.037 11.7) |
Copy-ready code
/* CSS */
color: #edcccf;
background-color: #edcccf;
/* Tailwind (arbitrary) */
class="text-[#edcccf] bg-[#edcccf]"
/* SCSS */
$brand: #edcccf;
/* SwiftUI */
Color(red: 0.929, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#edcccf")Accessibility — WCAG contrast
Aa
#edcccf on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcccf on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green80.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow12.7%
Key (black)7.1%
Color previews
#edcccf text on a black background
contrast 14.14:1
Card sample
#edcccf text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcccf;
Background color
Panel with #edcccf background
background-color: #edcccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcccf; background: linear-gradient(135deg, #edcccf, #EDDFCC);