#fd175f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
253, 23, 95
HSL
341°, 98%, 54%
CMYK
0, 91, 63, 1
Luminance
0.2232
Every format
| HEX | #fd175f |
| RGB | rgb(253, 23, 95) |
| HSL | hsl(341, 98%, 54%) |
| CMYK | cmyk(0%, 91%, 63%, 1%) |
| LAB | lab(54.4 80.2 23.2) |
| LCH | lch(54.4 83.4 16.1) |
| OKLCH | oklch(0.638 0.248 13.1) |
Copy-ready code
/* CSS */
color: #fd175f;
background-color: #fd175f;
/* Tailwind (arbitrary) */
class="text-[#fd175f] bg-[#fd175f]"
/* SCSS */
$brand: #fd175f;
/* SwiftUI */
Color(red: 0.992, green: 0.090, blue: 0.373)
/* Android */
Color.parseColor("#fd175f")Accessibility — WCAG contrast
Aa
#fd175f on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd175f on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green9.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta90.9%
Yellow62.5%
Key (black)0.8%
Color previews
#fd175f text on a black background
contrast 5.46:1
Card sample
#fd175f text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd175f;
Background color
Panel with #fd175f background
background-color: #fd175f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd175f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 23, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 23, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd175f; background: linear-gradient(135deg, #fd175f, #FD6817);