#dc2cba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
220, 44, 186
HSL
312°, 72%, 52%
CMYK
0, 80, 16, 14
Luminance
0.2056
Every format
| HEX | #dc2cba |
| RGB | rgb(220, 44, 186) |
| HSL | hsl(312, 72%, 52%) |
| CMYK | cmyk(0%, 80%, 16%, 14%) |
| LAB | lab(52.5 77.3 -34.5) |
| LCH | lch(52.5 84.7 335.9) |
| OKLCH | oklch(0.623 0.247 337.7) |
Copy-ready code
/* CSS */
color: #dc2cba;
background-color: #dc2cba;
/* Tailwind (arbitrary) */
class="text-[#dc2cba] bg-[#dc2cba]"
/* SCSS */
$brand: #dc2cba;
/* SwiftUI */
Color(red: 0.863, green: 0.173, blue: 0.729)
/* Android */
Color.parseColor("#dc2cba")Accessibility — WCAG contrast
Aa
#dc2cba on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc2cba on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green17.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow15.5%
Key (black)13.7%
Color previews
#dc2cba text on a black background
contrast 5.11:1
Card sample
#dc2cba text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc2cba;
Background color
Panel with #dc2cba background
background-color: #dc2cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc2cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 44, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 44, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc2cba; background: linear-gradient(135deg, #dc2cba, #DC2C45);