#dc5fd2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
220, 95, 210
HSL
305°, 64%, 62%
CMYK
0, 57, 5, 14
Luminance
0.2805
Every format
| HEX | #dc5fd2 |
| RGB | rgb(220, 95, 210) |
| HSL | hsl(305, 64%, 62%) |
| CMYK | cmyk(0%, 57%, 5%, 14%) |
| LAB | lab(59.9 63.1 -36.6) |
| LCH | lch(59.9 72.9 329.9) |
| OKLCH | oklch(0.681 0.205 330.8) |
Copy-ready code
/* CSS */
color: #dc5fd2;
background-color: #dc5fd2;
/* Tailwind (arbitrary) */
class="text-[#dc5fd2] bg-[#dc5fd2]"
/* SCSS */
$brand: #dc5fd2;
/* SwiftUI */
Color(red: 0.863, green: 0.373, blue: 0.824)
/* Android */
Color.parseColor("#dc5fd2")Accessibility — WCAG contrast
Aa
#dc5fd2 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc5fd2 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green37.3%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta56.8%
Yellow4.5%
Key (black)13.7%
Color previews
#dc5fd2 text on a black background
contrast 6.61:1
Card sample
#dc5fd2 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc5fd2;
Background color
Panel with #dc5fd2 background
background-color: #dc5fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc5fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 95, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 95, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc5fd2; background: linear-gradient(135deg, #dc5fd2, #DC5F7F);