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