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