#fd17ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 23, 206
HSL
312°, 98%, 54%
CMYK
0, 91, 19, 1
Luminance
0.2595
Every format
| HEX | #fd17ce |
| RGB | rgb(253, 23, 206) |
| HSL | hsl(312, 98%, 54%) |
| CMYK | cmyk(0%, 91%, 19%, 1%) |
| LAB | lab(58.0 89.9 -37.0) |
| LCH | lch(58.0 97.2 337.6) |
| OKLCH | oklch(0.676 0.287 339.5) |
Copy-ready code
/* CSS */
color: #fd17ce;
background-color: #fd17ce;
/* Tailwind (arbitrary) */
class="text-[#fd17ce] bg-[#fd17ce]"
/* SCSS */
$brand: #fd17ce;
/* SwiftUI */
Color(red: 0.992, green: 0.090, blue: 0.808)
/* Android */
Color.parseColor("#fd17ce")Accessibility — WCAG contrast
Aa
#fd17ce on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd17ce on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green9.0%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta90.9%
Yellow18.6%
Key (black)0.8%
Color previews
#fd17ce text on a black background
contrast 6.19:1
Card sample
#fd17ce text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd17ce;
Background color
Panel with #fd17ce background
background-color: #fd17ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd17ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 23, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 23, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd17ce; background: linear-gradient(135deg, #fd17ce, #FD1734);