#fd47cf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 71, 207
HSL
315°, 98%, 64%
CMYK
0, 72, 18, 1
Luminance
0.2989
Every format
| HEX | #fd47cf |
| RGB | rgb(253, 71, 207) |
| HSL | hsl(315, 98%, 64%) |
| CMYK | cmyk(0%, 72%, 18%, 1%) |
| LAB | lab(61.6 79.8 -32.0) |
| LCH | lch(61.6 86.0 338.2) |
| OKLCH | oklch(0.702 0.253 340.1) |
Copy-ready code
/* CSS */
color: #fd47cf;
background-color: #fd47cf;
/* Tailwind (arbitrary) */
class="text-[#fd47cf] bg-[#fd47cf]"
/* SCSS */
$brand: #fd47cf;
/* SwiftUI */
Color(red: 0.992, green: 0.278, blue: 0.812)
/* Android */
Color.parseColor("#fd47cf")Accessibility — WCAG contrast
Aa
#fd47cf on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd47cf on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green27.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta71.9%
Yellow18.2%
Key (black)0.8%
Color previews
#fd47cf text on a black background
contrast 6.98:1
Card sample
#fd47cf text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd47cf;
Background color
Panel with #fd47cf background
background-color: #fd47cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd47cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 71, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 71, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd47cf; background: linear-gradient(135deg, #fd47cf, #FD4755);