#dc14df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
220, 20, 223
HSL
299°, 84%, 48%
CMYK
1, 91, 0, 13
Luminance
0.2104
Every format
| HEX | #dc14df |
| RGB | rgb(220, 20, 223) |
| HSL | hsl(299, 84%, 48%) |
| CMYK | cmyk(1%, 91%, 0%, 13%) |
| LAB | lab(53.0 86.7 -54.9) |
| LCH | lch(53.0 102.6 327.6) |
| OKLCH | oklch(0.633 0.285 327.6) |
Copy-ready code
/* CSS */
color: #dc14df;
background-color: #dc14df;
/* Tailwind (arbitrary) */
class="text-[#dc14df] bg-[#dc14df]"
/* SCSS */
$brand: #dc14df;
/* SwiftUI */
Color(red: 0.863, green: 0.078, blue: 0.875)
/* Android */
Color.parseColor("#dc14df")Accessibility — WCAG contrast
Aa
#dc14df on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#dc14df on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red86.3%
Green7.8%
Blue87.5%
CMYK percentages
Cyan1.3%
Magenta91.0%
Yellow0.0%
Key (black)12.5%
Color previews
#dc14df text on a black background
contrast 5.21:1
Card sample
#dc14df text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dc14df;
Background color
Panel with #dc14df background
background-color: #dc14df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dc14df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(220, 20, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(220, 20, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dc14df; background: linear-gradient(135deg, #dc14df, #DF145B);