#fd2fad
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 47, 173
HSL
323°, 98%, 59%
CMYK
0, 81, 32, 1
Luminance
0.2593
Every format
| HEX | #fd2fad |
| RGB | rgb(253, 47, 173) |
| HSL | hsl(323, 98%, 59%) |
| CMYK | cmyk(0%, 81%, 32%, 1%) |
| LAB | lab(58.0 82.2 -18.0) |
| LCH | lch(58.0 84.2 347.7) |
| OKLCH | oklch(0.672 0.256 349.4) |
Copy-ready code
/* CSS */
color: #fd2fad;
background-color: #fd2fad;
/* Tailwind (arbitrary) */
class="text-[#fd2fad] bg-[#fd2fad]"
/* SCSS */
$brand: #fd2fad;
/* SwiftUI */
Color(red: 0.992, green: 0.184, blue: 0.678)
/* Android */
Color.parseColor("#fd2fad")Accessibility — WCAG contrast
Aa
#fd2fad on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2fad on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green18.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta81.4%
Yellow31.6%
Key (black)0.8%
Color previews
#fd2fad text on a black background
contrast 6.19:1
Card sample
#fd2fad text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2fad;
Background color
Panel with #fd2fad background
background-color: #fd2fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 47, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 47, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2fad; background: linear-gradient(135deg, #fd2fad, #FD3A2F);