#fd3fc2
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 63, 194
HSL
319°, 98%, 62%
CMYK
0, 75, 23, 1
Luminance
0.2833
Every format
| HEX | #fd3fc2 |
| RGB | rgb(253, 63, 194) |
| HSL | hsl(319, 98%, 62%) |
| CMYK | cmyk(0%, 75%, 23%, 1%) |
| LAB | lab(60.2 80.6 -26.7) |
| LCH | lch(60.2 84.9 341.7) |
| OKLCH | oklch(0.691 0.254 343.7) |
Copy-ready code
/* CSS */
color: #fd3fc2;
background-color: #fd3fc2;
/* Tailwind (arbitrary) */
class="text-[#fd3fc2] bg-[#fd3fc2]"
/* SCSS */
$brand: #fd3fc2;
/* SwiftUI */
Color(red: 0.992, green: 0.247, blue: 0.761)
/* Android */
Color.parseColor("#fd3fc2")Accessibility — WCAG contrast
Aa
#fd3fc2 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3fc2 on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green24.7%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta75.1%
Yellow23.3%
Key (black)0.8%
Color previews
#fd3fc2 text on a black background
contrast 6.67:1
Card sample
#fd3fc2 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3fc2;
Background color
Panel with #fd3fc2 background
background-color: #fd3fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 63, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 63, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3fc2; background: linear-gradient(135deg, #fd3fc2, #FD3F44);