#fd37ad
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
253, 55, 173
HSL
324°, 98%, 60%
CMYK
0, 78, 32, 1
Luminance
0.2663
Every format
| HEX | #fd37ad |
| RGB | rgb(253, 55, 173) |
| HSL | hsl(324, 98%, 60%) |
| CMYK | cmyk(0%, 78%, 32%, 1%) |
| LAB | lab(58.6 80.3 -17.0) |
| LCH | lch(58.6 82.1 348.1) |
| OKLCH | oklch(0.677 0.250 349.8) |
Copy-ready code
/* CSS */
color: #fd37ad;
background-color: #fd37ad;
/* Tailwind (arbitrary) */
class="text-[#fd37ad] bg-[#fd37ad]"
/* SCSS */
$brand: #fd37ad;
/* SwiftUI */
Color(red: 0.992, green: 0.216, blue: 0.678)
/* Android */
Color.parseColor("#fd37ad")Accessibility — WCAG contrast
Aa
#fd37ad on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd37ad on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green21.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow31.6%
Key (black)0.8%
Color previews
#fd37ad text on a black background
contrast 6.33:1
Card sample
#fd37ad text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd37ad;
Background color
Panel with #fd37ad background
background-color: #fd37ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd37ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 55, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 55, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd37ad; background: linear-gradient(135deg, #fd37ad, #FD4537);