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