#dc2dfc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
220, 45, 252
HSL
291°, 97%, 58%
CMYK
13, 82, 0, 1
Luminance
0.2412
Every format
| HEX | #dc2dfc |
| RGB | rgb(220, 45, 252) |
| HSL | hsl(291, 97%, 58%) |
| CMYK | cmyk(13%, 82%, 0%, 1%) |
| LAB | lab(56.2 87.0 -66.1) |
| LCH | lch(56.2 109.2 322.8) |
| OKLCH | oklch(0.661 0.292 320.5) |
Copy-ready code
/* CSS */
color: #dc2dfc;
background-color: #dc2dfc;
/* Tailwind (arbitrary) */
class="text-[#dc2dfc] bg-[#dc2dfc]"
/* SCSS */
$brand: #dc2dfc;
/* SwiftUI */
Color(red: 0.863, green: 0.176, blue: 0.988)
/* Android */
Color.parseColor("#dc2dfc")Accessibility — WCAG contrast
Aa
#dc2dfc on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc2dfc on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green17.6%
Blue98.8%
CMYK percentages
Cyan12.7%
Magenta82.1%
Yellow0.0%
Key (black)1.2%
Color previews
#dc2dfc text on a black background
contrast 5.82:1
Card sample
#dc2dfc text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc2dfc;
Background color
Panel with #dc2dfc background
background-color: #dc2dfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc2dfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 45, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 45, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc2dfc; background: linear-gradient(135deg, #dc2dfc, #FC2D92);