#df14d5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 20, 213
HSL
303°, 84%, 48%
CMYK
0, 91, 5, 13
Luminance
0.2099
Every format
| HEX | #df14d5 |
| RGB | rgb(223, 20, 213) |
| HSL | hsl(303, 84%, 48%) |
| CMYK | cmyk(0%, 91%, 5%, 13%) |
| LAB | lab(53.0 85.7 -49.3) |
| LCH | lch(53.0 98.9 330.1) |
| OKLCH | oklch(0.632 0.280 330.8) |
Copy-ready code
/* CSS */
color: #df14d5;
background-color: #df14d5;
/* Tailwind (arbitrary) */
class="text-[#df14d5] bg-[#df14d5]"
/* SCSS */
$brand: #df14d5;
/* SwiftUI */
Color(red: 0.875, green: 0.078, blue: 0.835)
/* Android */
Color.parseColor("#df14d5")Accessibility — WCAG contrast
Aa
#df14d5 on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df14d5 on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green7.8%
Blue83.5%
CMYK percentages
Cyan0.0%
Magenta91.0%
Yellow4.5%
Key (black)12.5%
Color previews
#df14d5 text on a black background
contrast 5.20:1
Card sample
#df14d5 text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df14d5;
Background color
Panel with #df14d5 background
background-color: #df14d5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df14d5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 20, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 20, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df14d5; background: linear-gradient(135deg, #df14d5, #DF144D);