#df14ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
223, 20, 206
HSL
305°, 84%, 48%
CMYK
0, 91, 8, 13
Luminance
0.2064
Every format
| HEX | #df14ce |
| RGB | rgb(223, 20, 206) |
| HSL | hsl(305, 84%, 48%) |
| CMYK | cmyk(0%, 91%, 8%, 13%) |
| LAB | lab(52.6 84.8 -45.9) |
| LCH | lch(52.6 96.4 331.6) |
| OKLCH | oklch(0.628 0.275 332.6) |
Copy-ready code
/* CSS */
color: #df14ce;
background-color: #df14ce;
/* Tailwind (arbitrary) */
class="text-[#df14ce] bg-[#df14ce]"
/* SCSS */
$brand: #df14ce;
/* SwiftUI */
Color(red: 0.875, green: 0.078, blue: 0.808)
/* Android */
Color.parseColor("#df14ce")Accessibility — WCAG contrast
Aa
#df14ce on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df14ce on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green7.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta91.0%
Yellow7.6%
Key (black)12.5%
Color previews
#df14ce text on a black background
contrast 5.13:1
Card sample
#df14ce text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df14ce;
Background color
Panel with #df14ce background
background-color: #df14ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df14ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 20, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 20, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df14ce; background: linear-gradient(135deg, #df14ce, #DF1447);