#dc2cad
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
220, 44, 173
HSL
316°, 72%, 52%
CMYK
0, 80, 21, 14
Luminance
0.2003
Every format
| HEX | #dc2cad |
| RGB | rgb(220, 44, 173) |
| HSL | hsl(316, 72%, 52%) |
| CMYK | cmyk(0%, 80%, 21%, 14%) |
| LAB | lab(51.9 75.6 -27.9) |
| LCH | lch(51.9 80.6 339.8) |
| OKLCH | oklch(0.617 0.239 341.8) |
Copy-ready code
/* CSS */
color: #dc2cad;
background-color: #dc2cad;
/* Tailwind (arbitrary) */
class="text-[#dc2cad] bg-[#dc2cad]"
/* SCSS */
$brand: #dc2cad;
/* SwiftUI */
Color(red: 0.863, green: 0.173, blue: 0.678)
/* Android */
Color.parseColor("#dc2cad")Accessibility — WCAG contrast
Aa
#dc2cad on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc2cad on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green17.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow21.4%
Key (black)13.7%
Color previews
#dc2cad text on a black background
contrast 5.01:1
Card sample
#dc2cad text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc2cad;
Background color
Panel with #dc2cad background
background-color: #dc2cad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc2cad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 44, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 44, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc2cad; background: linear-gradient(135deg, #dc2cad, #DC2C38);