#fd3fcf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 63, 207
HSL
315°, 98%, 62%
CMYK
0, 75, 18, 1
Luminance
0.2894
Every format
| HEX | #fd3fcf |
| RGB | rgb(253, 63, 207) |
| HSL | hsl(315, 98%, 62%) |
| CMYK | cmyk(0%, 75%, 18%, 1%) |
| LAB | lab(60.7 82.2 -33.3) |
| LCH | lch(60.7 88.7 338.0) |
| OKLCH | oklch(0.696 0.261 339.9) |
Copy-ready code
/* CSS */
color: #fd3fcf;
background-color: #fd3fcf;
/* Tailwind (arbitrary) */
class="text-[#fd3fcf] bg-[#fd3fcf]"
/* SCSS */
$brand: #fd3fcf;
/* SwiftUI */
Color(red: 0.992, green: 0.247, blue: 0.812)
/* Android */
Color.parseColor("#fd3fcf")Accessibility — WCAG contrast
Aa
#fd3fcf on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3fcf on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green24.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow18.2%
Key (black)0.8%
Color previews
#fd3fcf text on a black background
contrast 6.79:1
Card sample
#fd3fcf text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3fcf;
Background color
Panel with #fd3fcf background
background-color: #fd3fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 63, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 63, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3fcf; background: linear-gradient(135deg, #fd3fcf, #FD3F51);