#fd3c5f
a balanced, electric red · warm · closest name: crimson
RGB
253, 60, 95
HSL
349°, 98%, 61%
CMYK
0, 76, 63, 1
Luminance
0.2494
Every format
| HEX | #fd3c5f |
| RGB | rgb(253, 60, 95) |
| HSL | hsl(349, 98%, 61%) |
| CMYK | cmyk(0%, 76%, 63%, 1%) |
| LAB | lab(57.0 72.6 26.6) |
| LCH | lch(57.0 77.3 20.2) |
| OKLCH | oklch(0.658 0.226 16.5) |
Copy-ready code
/* CSS */
color: #fd3c5f;
background-color: #fd3c5f;
/* Tailwind (arbitrary) */
class="text-[#fd3c5f] bg-[#fd3c5f]"
/* SCSS */
$brand: #fd3c5f;
/* SwiftUI */
Color(red: 0.992, green: 0.235, blue: 0.373)
/* Android */
Color.parseColor("#fd3c5f")Accessibility — WCAG contrast
Aa
#fd3c5f on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3c5f on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green23.5%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow62.5%
Key (black)0.8%
Color previews
#fd3c5f text on a black background
contrast 5.99:1
Card sample
#fd3c5f text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3c5f;
Background color
Panel with #fd3c5f background
background-color: #fd3c5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3c5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 60, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 60, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3c5f; background: linear-gradient(135deg, #fd3c5f, #FD9A3C);