#fd137f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 19, 127
HSL
332°, 98%, 53%
CMYK
0, 93, 50, 1
Luminance
0.2288
Every format
| HEX | #fd137f |
| RGB | rgb(253, 19, 127) |
| HSL | hsl(332, 98%, 53%) |
| CMYK | cmyk(0%, 93%, 50%, 1%) |
| LAB | lab(55.0 82.6 4.7) |
| LCH | lch(55.0 82.8 3.3) |
| OKLCH | oklch(0.645 0.254 2.9) |
Copy-ready code
/* CSS */
color: #fd137f;
background-color: #fd137f;
/* Tailwind (arbitrary) */
class="text-[#fd137f] bg-[#fd137f]"
/* SCSS */
$brand: #fd137f;
/* SwiftUI */
Color(red: 0.992, green: 0.075, blue: 0.498)
/* Android */
Color.parseColor("#fd137f")Accessibility — WCAG contrast
Aa
#fd137f on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd137f on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green7.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow49.8%
Key (black)0.8%
Color previews
#fd137f text on a black background
contrast 5.58:1
Card sample
#fd137f text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd137f;
Background color
Panel with #fd137f background
background-color: #fd137f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd137f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 19, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 19, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd137f; background: linear-gradient(135deg, #fd137f, #FD4313);