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