#fd375f
a balanced, electric red · warm · closest name: crimson
RGB
253, 55, 95
HSL
348°, 98%, 60%
CMYK
0, 78, 63, 1
Luminance
0.2444
Every format
| HEX | #fd375f |
| RGB | rgb(253, 55, 95) |
| HSL | hsl(348, 98%, 60%) |
| CMYK | cmyk(0%, 78%, 63%, 1%) |
| LAB | lab(56.5 74.0 26.0) |
| LCH | lch(56.5 78.4 19.4) |
| OKLCH | oklch(0.654 0.230 15.8) |
Copy-ready code
/* CSS */
color: #fd375f;
background-color: #fd375f;
/* Tailwind (arbitrary) */
class="text-[#fd375f] bg-[#fd375f]"
/* SCSS */
$brand: #fd375f;
/* SwiftUI */
Color(red: 0.992, green: 0.216, blue: 0.373)
/* Android */
Color.parseColor("#fd375f")Accessibility — WCAG contrast
Aa
#fd375f on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd375f on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green21.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta78.3%
Yellow62.5%
Key (black)0.8%
Color previews
#fd375f text on a black background
contrast 5.89:1
Card sample
#fd375f text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd375f;
Background color
Panel with #fd375f background
background-color: #fd375f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd375f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 55, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 55, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd375f; background: linear-gradient(135deg, #fd375f, #FD9337);