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