#fd3271
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 50, 113
HSL
341°, 98%, 59%
CMYK
0, 80, 55, 1
Luminance
0.2436
Every format
| HEX | #fd3271 |
| RGB | rgb(253, 50, 113) |
| HSL | hsl(341, 98%, 59%) |
| CMYK | cmyk(0%, 80%, 55%, 1%) |
| LAB | lab(56.5 76.4 15.2) |
| LCH | lch(56.5 77.9 11.3) |
| OKLCH | oklch(0.655 0.235 9.4) |
Copy-ready code
/* CSS */
color: #fd3271;
background-color: #fd3271;
/* Tailwind (arbitrary) */
class="text-[#fd3271] bg-[#fd3271]"
/* SCSS */
$brand: #fd3271;
/* SwiftUI */
Color(red: 0.992, green: 0.196, blue: 0.443)
/* Android */
Color.parseColor("#fd3271")Accessibility — WCAG contrast
Aa
#fd3271 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3271 on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green19.6%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta80.2%
Yellow55.3%
Key (black)0.8%
Color previews
#fd3271 text on a black background
contrast 5.87:1
Card sample
#fd3271 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3271;
Background color
Panel with #fd3271 background
background-color: #fd3271;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3271;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 50, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 50, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3271; background: linear-gradient(135deg, #fd3271, #FD7A32);