#dc7ead
a light, vivid magenta / pink · warm · closest name: plum
RGB
220, 126, 173
HSL
330°, 57%, 68%
CMYK
0, 43, 21, 14
Luminance
0.3315
Every format
| HEX | #dc7ead |
| RGB | rgb(220, 126, 173) |
| HSL | hsl(330, 57%, 68%) |
| CMYK | cmyk(0%, 43%, 21%, 14%) |
| LAB | lab(64.3 42.2 -9.0) |
| LCH | lch(64.3 43.2 348.0) |
| OKLCH | oklch(0.709 0.129 349.5) |
Copy-ready code
/* CSS */
color: #dc7ead;
background-color: #dc7ead;
/* Tailwind (arbitrary) */
class="text-[#dc7ead] bg-[#dc7ead]"
/* SCSS */
$brand: #dc7ead;
/* SwiftUI */
Color(red: 0.863, green: 0.494, blue: 0.678)
/* Android */
Color.parseColor("#dc7ead")Accessibility — WCAG contrast
Aa
#dc7ead on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc7ead on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green49.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta42.7%
Yellow21.4%
Key (black)13.7%
Color previews
#dc7ead text on a black background
contrast 7.63:1
Card sample
#dc7ead text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc7ead;
Background color
Panel with #dc7ead background
background-color: #dc7ead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc7ead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 126, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 126, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc7ead; background: linear-gradient(135deg, #dc7ead, #DC8E7E);