#fd2cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 44, 223
HSL
309°, 98%, 58%
CMYK
0, 83, 12, 1
Luminance
0.2801
Every format
| HEX | #fd2cdf |
| RGB | rgb(253, 44, 223) |
| HSL | hsl(309, 98%, 58%) |
| CMYK | cmyk(0%, 83%, 12%, 1%) |
| LAB | lab(59.9 88.8 -43.6) |
| LCH | lch(59.9 98.9 333.8) |
| OKLCH | oklch(0.693 0.286 335.3) |
Copy-ready code
/* CSS */
color: #fd2cdf;
background-color: #fd2cdf;
/* Tailwind (arbitrary) */
class="text-[#fd2cdf] bg-[#fd2cdf]"
/* SCSS */
$brand: #fd2cdf;
/* SwiftUI */
Color(red: 0.992, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#fd2cdf")Accessibility — WCAG contrast
Aa
#fd2cdf on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2cdf on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green17.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow11.9%
Key (black)0.8%
Color previews
#fd2cdf text on a black background
contrast 6.60:1
Card sample
#fd2cdf text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2cdf;
Background color
Panel with #fd2cdf background
background-color: #fd2cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2cdf; background: linear-gradient(135deg, #fd2cdf, #FD2C54);