#dc0fcf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
220, 15, 207
HSL
304°, 87%, 46%
CMYK
0, 93, 6, 14
Luminance
0.2006
Every format
| HEX | #dc0fcf |
| RGB | rgb(220, 15, 207) |
| HSL | hsl(304, 87%, 46%) |
| CMYK | cmyk(0%, 93%, 6%, 14%) |
| LAB | lab(51.9 84.9 -47.5) |
| LCH | lch(51.9 97.3 330.8) |
| OKLCH | oklch(0.623 0.277 331.6) |
Copy-ready code
/* CSS */
color: #dc0fcf;
background-color: #dc0fcf;
/* Tailwind (arbitrary) */
class="text-[#dc0fcf] bg-[#dc0fcf]"
/* SCSS */
$brand: #dc0fcf;
/* SwiftUI */
Color(red: 0.863, green: 0.059, blue: 0.812)
/* Android */
Color.parseColor("#dc0fcf")Accessibility — WCAG contrast
Aa
#dc0fcf on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc0fcf on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green5.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta93.2%
Yellow5.9%
Key (black)13.7%
Color previews
#dc0fcf text on a black background
contrast 5.01:1
Card sample
#dc0fcf text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc0fcf;
Background color
Panel with #dc0fcf background
background-color: #dc0fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc0fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 15, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 15, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc0fcf; background: linear-gradient(135deg, #dc0fcf, #DC0F46);