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