#df14d7
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 20, 215
HSL
302°, 84%, 48%
CMYK
0, 91, 4, 13
Luminance
0.2109
Every format
| HEX | #df14d7 |
| RGB | rgb(223, 20, 215) |
| HSL | hsl(302, 84%, 48%) |
| CMYK | cmyk(0%, 91%, 4%, 13%) |
| LAB | lab(53.1 86.0 -50.3) |
| LCH | lch(53.1 99.6 329.7) |
| OKLCH | oklch(0.633 0.281 330.3) |
Copy-ready code
/* CSS */
color: #df14d7;
background-color: #df14d7;
/* Tailwind (arbitrary) */
class="text-[#df14d7] bg-[#df14d7]"
/* SCSS */
$brand: #df14d7;
/* SwiftUI */
Color(red: 0.875, green: 0.078, blue: 0.843)
/* Android */
Color.parseColor("#df14d7")Accessibility — WCAG contrast
Aa
#df14d7 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df14d7 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green7.8%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta91.0%
Yellow3.6%
Key (black)12.5%
Color previews
#df14d7 text on a black background
contrast 5.22:1
Card sample
#df14d7 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df14d7;
Background color
Panel with #df14d7 background
background-color: #df14d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df14d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 20, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 20, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df14d7; background: linear-gradient(135deg, #df14d7, #DF144F);