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