#fd22ad
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 34, 173
HSL
322°, 98%, 56%
CMYK
0, 87, 32, 1
Luminance
0.2504
Every format
| HEX | #fd22ad |
| RGB | rgb(253, 34, 173) |
| HSL | hsl(322, 98%, 56%) |
| CMYK | cmyk(0%, 87%, 32%, 1%) |
| LAB | lab(57.1 84.7 -19.3) |
| LCH | lch(57.1 86.9 347.2) |
| OKLCH | oklch(0.666 0.265 349.0) |
Copy-ready code
/* CSS */
color: #fd22ad;
background-color: #fd22ad;
/* Tailwind (arbitrary) */
class="text-[#fd22ad] bg-[#fd22ad]"
/* SCSS */
$brand: #fd22ad;
/* SwiftUI */
Color(red: 0.992, green: 0.133, blue: 0.678)
/* Android */
Color.parseColor("#fd22ad")Accessibility — WCAG contrast
Aa
#fd22ad on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd22ad on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green13.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta86.6%
Yellow31.6%
Key (black)0.8%
Color previews
#fd22ad text on a black background
contrast 6.01:1
Card sample
#fd22ad text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd22ad;
Background color
Panel with #fd22ad background
background-color: #fd22ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd22ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 34, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 34, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd22ad; background: linear-gradient(135deg, #fd22ad, #FD2922);