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