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