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