#fd7fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 127, 223
HSL
314°, 97%, 75%
CMYK
0, 50, 12, 1
Luminance
0.4139
Every format
| HEX | #fd7fdf |
| RGB | rgb(253, 127, 223) |
| HSL | hsl(314, 97%, 75%) |
| CMYK | cmyk(0%, 50%, 12%, 1%) |
| LAB | lab(70.5 59.6 -27.2) |
| LCH | lch(70.5 65.6 335.5) |
| OKLCH | oklch(0.769 0.189 337.1) |
Copy-ready code
/* CSS */
color: #fd7fdf;
background-color: #fd7fdf;
/* Tailwind (arbitrary) */
class="text-[#fd7fdf] bg-[#fd7fdf]"
/* SCSS */
$brand: #fd7fdf;
/* SwiftUI */
Color(red: 0.992, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#fd7fdf")Accessibility — WCAG contrast
Aa
#fd7fdf on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd7fdf on black: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green49.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow11.9%
Key (black)0.8%
Color previews
#fd7fdf text on a black background
contrast 9.28:1
Card sample
#fd7fdf text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd7fdf;
Background color
Panel with #fd7fdf background
background-color: #fd7fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd7fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd7fdf; background: linear-gradient(135deg, #fd7fdf, #FD7F8B);