#fd21af
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 33, 175
HSL
321°, 98%, 56%
CMYK
0, 87, 31, 1
Luminance
0.2507
Every format
| HEX | #fd21af |
| RGB | rgb(253, 33, 175) |
| HSL | hsl(321, 98%, 56%) |
| CMYK | cmyk(0%, 87%, 31%, 1%) |
| LAB | lab(57.1 85.1 -20.4) |
| LCH | lch(57.1 87.5 346.5) |
| OKLCH | oklch(0.666 0.266 348.4) |
Copy-ready code
/* CSS */
color: #fd21af;
background-color: #fd21af;
/* Tailwind (arbitrary) */
class="text-[#fd21af] bg-[#fd21af]"
/* SCSS */
$brand: #fd21af;
/* SwiftUI */
Color(red: 0.992, green: 0.129, blue: 0.686)
/* Android */
Color.parseColor("#fd21af")Accessibility — WCAG contrast
Aa
#fd21af on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd21af on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green12.9%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta87.0%
Yellow30.8%
Key (black)0.8%
Color previews
#fd21af text on a black background
contrast 6.01:1
Card sample
#fd21af text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd21af;
Background color
Panel with #fd21af background
background-color: #fd21af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd21af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 33, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 33, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd21af; background: linear-gradient(135deg, #fd21af, #FD2621);