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