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