#fd3cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 60, 223
HSL
309°, 98%, 61%
CMYK
0, 76, 12, 1
Luminance
0.2944
Every format
| HEX | #fd3cdf |
| RGB | rgb(253, 60, 223) |
| HSL | hsl(309, 98%, 61%) |
| CMYK | cmyk(0%, 76%, 12%, 1%) |
| LAB | lab(61.2 85.1 -41.6) |
| LCH | lch(61.2 94.8 333.9) |
| OKLCH | oklch(0.702 0.274 335.5) |
Copy-ready code
/* CSS */
color: #fd3cdf;
background-color: #fd3cdf;
/* Tailwind (arbitrary) */
class="text-[#fd3cdf] bg-[#fd3cdf]"
/* SCSS */
$brand: #fd3cdf;
/* SwiftUI */
Color(red: 0.992, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#fd3cdf")Accessibility — WCAG contrast
Aa
#fd3cdf on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3cdf on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green23.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow11.9%
Key (black)0.8%
Color previews
#fd3cdf text on a black background
contrast 6.89:1
Card sample
#fd3cdf text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3cdf;
Background color
Panel with #fd3cdf background
background-color: #fd3cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3cdf; background: linear-gradient(135deg, #fd3cdf, #FD3C5F);