#fd71fc
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 113, 252
HSL
300°, 97%, 72%
CMYK
0, 55, 0, 1
Luminance
0.3972
Every format
| HEX | #fd71fc |
| RGB | rgb(253, 113, 252) |
| HSL | hsl(300, 97%, 72%) |
| CMYK | cmyk(0%, 55%, 0%, 1%) |
| LAB | lab(69.3 70.7 -45.0) |
| LCH | lch(69.3 83.8 327.5) |
| OKLCH | oklch(0.765 0.233 327.8) |
Copy-ready code
/* CSS */
color: #fd71fc;
background-color: #fd71fc;
/* Tailwind (arbitrary) */
class="text-[#fd71fc] bg-[#fd71fc]"
/* SCSS */
$brand: #fd71fc;
/* SwiftUI */
Color(red: 0.992, green: 0.443, blue: 0.988)
/* Android */
Color.parseColor("#fd71fc")Accessibility — WCAG contrast
Aa
#fd71fc on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd71fc on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green44.3%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow0.4%
Key (black)0.8%
Color previews
#fd71fc text on a black background
contrast 8.94:1
Card sample
#fd71fc text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd71fc;
Background color
Panel with #fd71fc background
background-color: #fd71fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd71fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 113, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 113, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd71fc; background: linear-gradient(135deg, #fd71fc, #FD719F);