#dc2fcf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
220, 47, 207
HSL
305°, 71%, 52%
CMYK
0, 79, 6, 14
Luminance
0.2175
Every format
| HEX | #dc2fcf |
| RGB | rgb(220, 47, 207) |
| HSL | hsl(305, 71%, 52%) |
| CMYK | cmyk(0%, 79%, 6%, 14%) |
| LAB | lab(53.8 79.5 -44.6) |
| LCH | lch(53.8 91.2 330.7) |
| OKLCH | oklch(0.636 0.259 331.6) |
Copy-ready code
/* CSS */
color: #dc2fcf;
background-color: #dc2fcf;
/* Tailwind (arbitrary) */
class="text-[#dc2fcf] bg-[#dc2fcf]"
/* SCSS */
$brand: #dc2fcf;
/* SwiftUI */
Color(red: 0.863, green: 0.184, blue: 0.812)
/* Android */
Color.parseColor("#dc2fcf")Accessibility — WCAG contrast
Aa
#dc2fcf on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc2fcf on black: 5.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green18.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta78.6%
Yellow5.9%
Key (black)13.7%
Color previews
#dc2fcf text on a black background
contrast 5.35:1
Card sample
#dc2fcf text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc2fcf;
Background color
Panel with #dc2fcf background
background-color: #dc2fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc2fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 47, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 47, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc2fcf; background: linear-gradient(135deg, #dc2fcf, #DC2F5C);