#edccdf
a pale, vivid magenta / pink · warm · closest name: pink
RGB
237, 204, 223
HSL
326°, 48%, 87%
CMYK
0, 14, 6, 7
Luminance
0.6652
Every format
| HEX | #edccdf |
| RGB | rgb(237, 204, 223) |
| HSL | hsl(326, 48%, 87%) |
| CMYK | cmyk(0%, 14%, 6%, 7%) |
| LAB | lab(85.3 14.7 -5.1) |
| LCH | lch(85.3 15.6 340.9) |
| OKLCH | oklch(0.878 0.044 342.5) |
Copy-ready code
/* CSS */
color: #edccdf;
background-color: #edccdf;
/* Tailwind (arbitrary) */
class="text-[#edccdf] bg-[#edccdf]"
/* SCSS */
$brand: #edccdf;
/* SwiftUI */
Color(red: 0.929, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#edccdf")Accessibility — WCAG contrast
Aa
#edccdf on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edccdf on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green80.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta13.9%
Yellow5.9%
Key (black)7.1%
Color previews
#edccdf text on a black background
contrast 14.30:1
Card sample
#edccdf text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edccdf;
Background color
Panel with #edccdf background
background-color: #edccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edccdf; background: linear-gradient(135deg, #edccdf, #EDCFCC);