#fd3cd9
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 60, 217
HSL
311°, 98%, 61%
CMYK
0, 76, 14, 1
Luminance
0.2912
Every format
| HEX | #fd3cd9 |
| RGB | rgb(253, 60, 217) |
| HSL | hsl(311, 98%, 61%) |
| CMYK | cmyk(0%, 76%, 14%, 1%) |
| LAB | lab(60.9 84.3 -38.7) |
| LCH | lch(60.9 92.8 335.4) |
| OKLCH | oklch(0.699 0.270 337.0) |
Copy-ready code
/* CSS */
color: #fd3cd9;
background-color: #fd3cd9;
/* Tailwind (arbitrary) */
class="text-[#fd3cd9] bg-[#fd3cd9]"
/* SCSS */
$brand: #fd3cd9;
/* SwiftUI */
Color(red: 0.992, green: 0.235, blue: 0.851)
/* Android */
Color.parseColor("#fd3cd9")Accessibility — WCAG contrast
Aa
#fd3cd9 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3cd9 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green23.5%
Blue85.1%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow14.2%
Key (black)0.8%
Color previews
#fd3cd9 text on a black background
contrast 6.82:1
Card sample
#fd3cd9 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3cd9;
Background color
Panel with #fd3cd9 background
background-color: #fd3cd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3cd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 60, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 60, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3cd9; background: linear-gradient(135deg, #fd3cd9, #FD3C58);