#dc3fd4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
220, 63, 212
HSL
303°, 69%, 56%
CMYK
0, 71, 4, 14
Luminance
0.2352
Every format
| HEX | #dc3fd4 |
| RGB | rgb(220, 63, 212) |
| HSL | hsl(303, 69%, 56%) |
| CMYK | cmyk(0%, 71%, 4%, 14%) |
| LAB | lab(55.6 75.7 -44.5) |
| LCH | lch(55.6 87.8 329.5) |
| OKLCH | oklch(0.650 0.247 330.2) |
Copy-ready code
/* CSS */
color: #dc3fd4;
background-color: #dc3fd4;
/* Tailwind (arbitrary) */
class="text-[#dc3fd4] bg-[#dc3fd4]"
/* SCSS */
$brand: #dc3fd4;
/* SwiftUI */
Color(red: 0.863, green: 0.247, blue: 0.831)
/* Android */
Color.parseColor("#dc3fd4")Accessibility — WCAG contrast
Aa
#dc3fd4 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc3fd4 on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green24.7%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow3.6%
Key (black)13.7%
Color previews
#dc3fd4 text on a black background
contrast 5.70:1
Card sample
#dc3fd4 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc3fd4;
Background color
Panel with #dc3fd4 background
background-color: #dc3fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc3fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 63, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 63, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc3fd4; background: linear-gradient(135deg, #dc3fd4, #DC3F6B);