#fd3979
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 57, 121
HSL
340°, 98%, 61%
CMYK
0, 78, 52, 1
Luminance
0.2519
Every format
| HEX | #fd3979 |
| RGB | rgb(253, 57, 121) |
| HSL | hsl(340, 98%, 61%) |
| CMYK | cmyk(0%, 78%, 52%, 1%) |
| LAB | lab(57.3 75.1 11.6) |
| LCH | lch(57.3 76.0 8.8) |
| OKLCH | oklch(0.661 0.231 7.4) |
Copy-ready code
/* CSS */
color: #fd3979;
background-color: #fd3979;
/* Tailwind (arbitrary) */
class="text-[#fd3979] bg-[#fd3979]"
/* SCSS */
$brand: #fd3979;
/* SwiftUI */
Color(red: 0.992, green: 0.224, blue: 0.475)
/* Android */
Color.parseColor("#fd3979")Accessibility — WCAG contrast
Aa
#fd3979 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3979 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green22.4%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta77.5%
Yellow52.2%
Key (black)0.8%
Color previews
#fd3979 text on a black background
contrast 6.04:1
Card sample
#fd3979 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3979;
Background color
Panel with #fd3979 background
background-color: #fd3979;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3979;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 57, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 57, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3979; background: linear-gradient(135deg, #fd3979, #FD7C39);