#fd22cd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
253, 34, 205
HSL
313°, 98%, 56%
CMYK
0, 87, 19, 1
Luminance
0.2643
Every format
| HEX | #fd22cd |
| RGB | rgb(253, 34, 205) |
| HSL | hsl(313, 98%, 56%) |
| CMYK | cmyk(0%, 87%, 19%, 1%) |
| LAB | lab(58.5 88.3 -35.7) |
| LCH | lch(58.5 95.2 338.0) |
| OKLCH | oklch(0.679 0.281 339.9) |
Copy-ready code
/* CSS */
color: #fd22cd;
background-color: #fd22cd;
/* Tailwind (arbitrary) */
class="text-[#fd22cd] bg-[#fd22cd]"
/* SCSS */
$brand: #fd22cd;
/* SwiftUI */
Color(red: 0.992, green: 0.133, blue: 0.804)
/* Android */
Color.parseColor("#fd22cd")Accessibility — WCAG contrast
Aa
#fd22cd on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd22cd on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green13.3%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta86.6%
Yellow19.0%
Key (black)0.8%
Color previews
#fd22cd text on a black background
contrast 6.29:1
Card sample
#fd22cd text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd22cd;
Background color
Panel with #fd22cd background
background-color: #fd22cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd22cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 34, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 34, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd22cd; background: linear-gradient(135deg, #fd22cd, #FD223B);