#fd2c5d
a balanced, electric red · warm · closest name: crimson
RGB
253, 44, 93
HSL
346°, 98%, 58%
CMYK
0, 83, 63, 1
Luminance
0.2347
Every format
| HEX | #fd2c5d |
| RGB | rgb(253, 44, 93) |
| HSL | hsl(346, 98%, 58%) |
| CMYK | cmyk(0%, 83%, 63%, 1%) |
| LAB | lab(55.6 76.5 25.9) |
| LCH | lch(55.6 80.8 18.7) |
| OKLCH | oklch(0.647 0.237 15.2) |
Copy-ready code
/* CSS */
color: #fd2c5d;
background-color: #fd2c5d;
/* Tailwind (arbitrary) */
class="text-[#fd2c5d] bg-[#fd2c5d]"
/* SCSS */
$brand: #fd2c5d;
/* SwiftUI */
Color(red: 0.992, green: 0.173, blue: 0.365)
/* Android */
Color.parseColor("#fd2c5d")Accessibility — WCAG contrast
Aa
#fd2c5d on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2c5d on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green17.3%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow63.2%
Key (black)0.8%
Color previews
#fd2c5d text on a black background
contrast 5.69:1
Card sample
#fd2c5d text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2c5d;
Background color
Panel with #fd2c5d background
background-color: #fd2c5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2c5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 44, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 44, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2c5d; background: linear-gradient(135deg, #fd2c5d, #FD862C);