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