#fd136f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 19, 111
HSL
336°, 98%, 53%
CMYK
0, 93, 56, 1
Luminance
0.2250
Every format
| HEX | #fd136f |
| RGB | rgb(253, 19, 111) |
| HSL | hsl(336, 98%, 53%) |
| CMYK | cmyk(0%, 93%, 56%, 1%) |
| LAB | lab(54.6 81.5 13.8) |
| LCH | lch(54.6 82.7 9.6) |
| OKLCH | oklch(0.641 0.251 8.0) |
Copy-ready code
/* CSS */
color: #fd136f;
background-color: #fd136f;
/* Tailwind (arbitrary) */
class="text-[#fd136f] bg-[#fd136f]"
/* SCSS */
$brand: #fd136f;
/* SwiftUI */
Color(red: 0.992, green: 0.075, blue: 0.435)
/* Android */
Color.parseColor("#fd136f")Accessibility — WCAG contrast
Aa
#fd136f on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd136f on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green7.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow56.1%
Key (black)0.8%
Color previews
#fd136f text on a black background
contrast 5.50:1
Card sample
#fd136f text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd136f;
Background color
Panel with #fd136f background
background-color: #fd136f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd136f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 19, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 19, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd136f; background: linear-gradient(135deg, #fd136f, #FD5313);