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