#fd115f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 17, 95
HSL
340°, 98%, 53%
CMYK
0, 93, 63, 1
Luminance
0.2211
Every format
| HEX | #fd115f |
| RGB | rgb(253, 17, 95) |
| HSL | hsl(340, 98%, 53%) |
| CMYK | cmyk(0%, 93%, 63%, 1%) |
| LAB | lab(54.1 80.8 22.9) |
| LCH | lch(54.1 84.0 15.8) |
| OKLCH | oklch(0.637 0.250 12.8) |
Copy-ready code
/* CSS */
color: #fd115f;
background-color: #fd115f;
/* Tailwind (arbitrary) */
class="text-[#fd115f] bg-[#fd115f]"
/* SCSS */
$brand: #fd115f;
/* SwiftUI */
Color(red: 0.992, green: 0.067, blue: 0.373)
/* Android */
Color.parseColor("#fd115f")Accessibility — WCAG contrast
Aa
#fd115f on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd115f on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green6.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow62.5%
Key (black)0.8%
Color previews
#fd115f text on a black background
contrast 5.42:1
Card sample
#fd115f text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd115f;
Background color
Panel with #fd115f background
background-color: #fd115f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd115f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 17, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 17, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd115f; background: linear-gradient(135deg, #fd115f, #FD6011);