#edadcd
a light, vivid magenta / pink · warm · closest name: pink
RGB
237, 173, 205
HSL
330°, 64%, 80%
CMYK
0, 27, 14, 7
Luminance
0.5230
Every format
| HEX | #edadcd |
| RGB | rgb(237, 173, 205) |
| HSL | hsl(330, 64%, 80%) |
| CMYK | cmyk(0%, 27%, 14%, 7%) |
| LAB | lab(77.5 28.2 -7.0) |
| LCH | lch(77.5 29.0 346.1) |
| OKLCH | oklch(0.817 0.085 347.7) |
Copy-ready code
/* CSS */
color: #edadcd;
background-color: #edadcd;
/* Tailwind (arbitrary) */
class="text-[#edadcd] bg-[#edadcd]"
/* SCSS */
$brand: #edadcd;
/* SwiftUI */
Color(red: 0.929, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#edadcd")Accessibility — WCAG contrast
Aa
#edadcd on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edadcd on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green67.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta27.0%
Yellow13.5%
Key (black)7.1%
Color previews
#edadcd text on a black background
contrast 11.46:1
Card sample
#edadcd text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edadcd;
Background color
Panel with #edadcd background
background-color: #edadcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edadcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edadcd; background: linear-gradient(135deg, #edadcd, #EDB8AD);