#fd3dcf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 61, 207
HSL
314°, 98%, 62%
CMYK
0, 76, 18, 1
Luminance
0.2873
Every format
| HEX | #fd3dcf |
| RGB | rgb(253, 61, 207) |
| HSL | hsl(314, 98%, 62%) |
| CMYK | cmyk(0%, 76%, 18%, 1%) |
| LAB | lab(60.5 82.8 -33.6) |
| LCH | lch(60.5 89.3 337.9) |
| OKLCH | oklch(0.695 0.263 339.8) |
Copy-ready code
/* CSS */
color: #fd3dcf;
background-color: #fd3dcf;
/* Tailwind (arbitrary) */
class="text-[#fd3dcf] bg-[#fd3dcf]"
/* SCSS */
$brand: #fd3dcf;
/* SwiftUI */
Color(red: 0.992, green: 0.239, blue: 0.812)
/* Android */
Color.parseColor("#fd3dcf")Accessibility — WCAG contrast
Aa
#fd3dcf on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3dcf on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green23.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta75.9%
Yellow18.2%
Key (black)0.8%
Color previews
#fd3dcf text on a black background
contrast 6.75:1
Card sample
#fd3dcf text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3dcf;
Background color
Panel with #fd3dcf background
background-color: #fd3dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 61, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 61, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3dcf; background: linear-gradient(135deg, #fd3dcf, #FD3D4F);