#dc2ffc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
220, 47, 252
HSL
291°, 97%, 59%
CMYK
13, 81, 0, 1
Luminance
0.2428
Every format
| HEX | #dc2ffc |
| RGB | rgb(220, 47, 252) |
| HSL | hsl(291, 97%, 59%) |
| CMYK | cmyk(13%, 81%, 0%, 1%) |
| LAB | lab(56.4 86.5 -65.8) |
| LCH | lch(56.4 108.7 322.7) |
| OKLCH | oklch(0.663 0.291 320.5) |
Copy-ready code
/* CSS */
color: #dc2ffc;
background-color: #dc2ffc;
/* Tailwind (arbitrary) */
class="text-[#dc2ffc] bg-[#dc2ffc]"
/* SCSS */
$brand: #dc2ffc;
/* SwiftUI */
Color(red: 0.863, green: 0.184, blue: 0.988)
/* Android */
Color.parseColor("#dc2ffc")Accessibility — WCAG contrast
Aa
#dc2ffc on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc2ffc on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green18.4%
Blue98.8%
CMYK percentages
Cyan12.7%
Magenta81.3%
Yellow0.0%
Key (black)1.2%
Color previews
#dc2ffc text on a black background
contrast 5.86:1
Card sample
#dc2ffc text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc2ffc;
Background color
Panel with #dc2ffc background
background-color: #dc2ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc2ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 47, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 47, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc2ffc; background: linear-gradient(135deg, #dc2ffc, #FC2F93);