#fd3192
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 49, 146
HSL
332°, 98%, 59%
CMYK
0, 81, 42, 1
Luminance
0.2515
Every format
| HEX | #fd3192 |
| RGB | rgb(253, 49, 146) |
| HSL | hsl(332, 98%, 59%) |
| CMYK | cmyk(0%, 81%, 42%, 1%) |
| LAB | lab(57.2 79.2 -3.3) |
| LCH | lch(57.2 79.2 357.6) |
| OKLCH | oklch(0.663 0.244 358.2) |
Copy-ready code
/* CSS */
color: #fd3192;
background-color: #fd3192;
/* Tailwind (arbitrary) */
class="text-[#fd3192] bg-[#fd3192]"
/* SCSS */
$brand: #fd3192;
/* SwiftUI */
Color(red: 0.992, green: 0.192, blue: 0.573)
/* Android */
Color.parseColor("#fd3192")Accessibility — WCAG contrast
Aa
#fd3192 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3192 on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green19.2%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow42.3%
Key (black)0.8%
Color previews
#fd3192 text on a black background
contrast 6.03:1
Card sample
#fd3192 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3192;
Background color
Panel with #fd3192 background
background-color: #fd3192;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3192;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 49, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 49, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3192; background: linear-gradient(135deg, #fd3192, #FD5831);