#fd2dfc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 45, 252
HSL
300°, 98%, 58%
CMYK
0, 82, 0, 1
Luminance
0.2979
Every format
| HEX | #fd2dfc |
| RGB | rgb(253, 45, 252) |
| HSL | hsl(300, 98%, 58%) |
| CMYK | cmyk(0%, 82%, 0%, 1%) |
| LAB | lab(61.5 92.6 -57.3) |
| LCH | lch(61.5 108.9 328.2) |
| OKLCH | oklch(0.709 0.304 328.4) |
Copy-ready code
/* CSS */
color: #fd2dfc;
background-color: #fd2dfc;
/* Tailwind (arbitrary) */
class="text-[#fd2dfc] bg-[#fd2dfc]"
/* SCSS */
$brand: #fd2dfc;
/* SwiftUI */
Color(red: 0.992, green: 0.176, blue: 0.988)
/* Android */
Color.parseColor("#fd2dfc")Accessibility — WCAG contrast
Aa
#fd2dfc on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2dfc on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green17.6%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta82.2%
Yellow0.4%
Key (black)0.8%
Color previews
#fd2dfc text on a black background
contrast 6.96:1
Card sample
#fd2dfc text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2dfc;
Background color
Panel with #fd2dfc background
background-color: #fd2dfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2dfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 45, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 45, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2dfc; background: linear-gradient(135deg, #fd2dfc, #FD2D71);