#fd327f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 50, 127
HSL
337°, 98%, 59%
CMYK
0, 80, 50, 1
Luminance
0.2470
Every format
| HEX | #fd327f |
| RGB | rgb(253, 50, 127) |
| HSL | hsl(337, 98%, 59%) |
| CMYK | cmyk(0%, 80%, 50%, 1%) |
| LAB | lab(56.8 77.4 7.3) |
| LCH | lch(56.8 77.7 5.4) |
| OKLCH | oklch(0.658 0.238 4.7) |
Copy-ready code
/* CSS */
color: #fd327f;
background-color: #fd327f;
/* Tailwind (arbitrary) */
class="text-[#fd327f] bg-[#fd327f]"
/* SCSS */
$brand: #fd327f;
/* SwiftUI */
Color(red: 0.992, green: 0.196, blue: 0.498)
/* Android */
Color.parseColor("#fd327f")Accessibility — WCAG contrast
Aa
#fd327f on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd327f on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green19.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta80.2%
Yellow49.8%
Key (black)0.8%
Color previews
#fd327f text on a black background
contrast 5.94:1
Card sample
#fd327f text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd327f;
Background color
Panel with #fd327f background
background-color: #fd327f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd327f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 50, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 50, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd327f; background: linear-gradient(135deg, #fd327f, #FD6C32);