#fd17da
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 23, 218
HSL
309°, 98%, 54%
CMYK
0, 91, 14, 1
Luminance
0.2656
Every format
| HEX | #fd17da |
| RGB | rgb(253, 23, 218) |
| HSL | hsl(309, 98%, 54%) |
| CMYK | cmyk(0%, 91%, 14%, 1%) |
| LAB | lab(58.6 91.3 -42.9) |
| LCH | lch(58.6 100.9 334.8) |
| OKLCH | oklch(0.682 0.294 336.5) |
Copy-ready code
/* CSS */
color: #fd17da;
background-color: #fd17da;
/* Tailwind (arbitrary) */
class="text-[#fd17da] bg-[#fd17da]"
/* SCSS */
$brand: #fd17da;
/* SwiftUI */
Color(red: 0.992, green: 0.090, blue: 0.855)
/* Android */
Color.parseColor("#fd17da")Accessibility — WCAG contrast
Aa
#fd17da on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd17da on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green9.0%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta90.9%
Yellow13.8%
Key (black)0.8%
Color previews
#fd17da text on a black background
contrast 6.31:1
Card sample
#fd17da text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd17da;
Background color
Panel with #fd17da background
background-color: #fd17da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd17da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 23, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 23, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd17da; background: linear-gradient(135deg, #fd17da, #FD1741);