#dc2ccf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
220, 44, 207
HSL
304°, 72%, 52%
CMYK
0, 80, 6, 14
Luminance
0.2152
Every format
| HEX | #dc2ccf |
| RGB | rgb(220, 44, 207) |
| HSL | hsl(304, 72%, 52%) |
| CMYK | cmyk(0%, 80%, 6%, 14%) |
| LAB | lab(53.5 80.2 -45.0) |
| LCH | lch(53.5 92.0 330.7) |
| OKLCH | oklch(0.634 0.261 331.6) |
Copy-ready code
/* CSS */
color: #dc2ccf;
background-color: #dc2ccf;
/* Tailwind (arbitrary) */
class="text-[#dc2ccf] bg-[#dc2ccf]"
/* SCSS */
$brand: #dc2ccf;
/* SwiftUI */
Color(red: 0.863, green: 0.173, blue: 0.812)
/* Android */
Color.parseColor("#dc2ccf")Accessibility — WCAG contrast
Aa
#dc2ccf on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc2ccf on black: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green17.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow5.9%
Key (black)13.7%
Color previews
#dc2ccf text on a black background
contrast 5.30:1
Card sample
#dc2ccf text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc2ccf;
Background color
Panel with #dc2ccf background
background-color: #dc2ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc2ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 44, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 44, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc2ccf; background: linear-gradient(135deg, #dc2ccf, #DC2C5A);