#dc7fc5
a light, vivid magenta / pink · warm · closest name: plum
RGB
220, 127, 197
HSL
315°, 57%, 68%
CMYK
0, 42, 11, 14
Luminance
0.3443
Every format
| HEX | #dc7fc5 |
| RGB | rgb(220, 127, 197) |
| HSL | hsl(315, 57%, 68%) |
| CMYK | cmyk(0%, 42%, 11%, 14%) |
| LAB | lab(65.3 45.5 -21.0) |
| LCH | lch(65.3 50.1 335.2) |
| OKLCH | oklch(0.719 0.143 336.9) |
Copy-ready code
/* CSS */
color: #dc7fc5;
background-color: #dc7fc5;
/* Tailwind (arbitrary) */
class="text-[#dc7fc5] bg-[#dc7fc5]"
/* SCSS */
$brand: #dc7fc5;
/* SwiftUI */
Color(red: 0.863, green: 0.498, blue: 0.773)
/* Android */
Color.parseColor("#dc7fc5")Accessibility — WCAG contrast
Aa
#dc7fc5 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dc7fc5 on black: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green49.8%
Blue77.3%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow10.5%
Key (black)13.7%
Color previews
#dc7fc5 text on a black background
contrast 7.89:1
Card sample
#dc7fc5 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc7fc5;
Background color
Panel with #dc7fc5 background
background-color: #dc7fc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc7fc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 127, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 127, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc7fc5; background: linear-gradient(135deg, #dc7fc5, #DC7F87);