#dc2dff
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
220, 45, 255
HSL
290°, 100%, 59%
CMYK
14, 82, 0, 0
Luminance
0.2431
Every format
| HEX | #dc2dff |
| RGB | rgb(220, 45, 255) |
| HSL | hsl(290, 100%, 59%) |
| CMYK | cmyk(14%, 82%, 0%, 0%) |
| LAB | lab(56.4 87.5 -67.4) |
| LCH | lch(56.4 110.5 322.4) |
| OKLCH | oklch(0.663 0.294 319.9) |
Copy-ready code
/* CSS */
color: #dc2dff;
background-color: #dc2dff;
/* Tailwind (arbitrary) */
class="text-[#dc2dff] bg-[#dc2dff]"
/* SCSS */
$brand: #dc2dff;
/* SwiftUI */
Color(red: 0.863, green: 0.176, blue: 1.000)
/* Android */
Color.parseColor("#dc2dff")Accessibility — WCAG contrast
Aa
#dc2dff on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc2dff on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green17.6%
Blue100.0%
CMYK percentages
Cyan13.7%
Magenta82.4%
Yellow0.0%
Key (black)0.0%
Color previews
#dc2dff text on a black background
contrast 5.86:1
Card sample
#dc2dff text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc2dff;
Background color
Panel with #dc2dff background
background-color: #dc2dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc2dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 45, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 45, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc2dff; background: linear-gradient(135deg, #dc2dff, #FF2D96);