#fd2c43
a balanced, electric red · warm · closest name: crimson
RGB
253, 44, 67
HSL
353°, 98%, 58%
CMYK
0, 83, 74, 1
Luminance
0.2309
Every format
| HEX | #fd2c43 |
| RGB | rgb(253, 44, 67) |
| HSL | hsl(353, 98%, 58%) |
| CMYK | cmyk(0%, 83%, 74%, 1%) |
| LAB | lab(55.2 75.3 40.6) |
| LCH | lch(55.2 85.6 28.3) |
| OKLCH | oklch(0.643 0.238 22.5) |
Copy-ready code
/* CSS */
color: #fd2c43;
background-color: #fd2c43;
/* Tailwind (arbitrary) */
class="text-[#fd2c43] bg-[#fd2c43]"
/* SCSS */
$brand: #fd2c43;
/* SwiftUI */
Color(red: 0.992, green: 0.173, blue: 0.263)
/* Android */
Color.parseColor("#fd2c43")Accessibility — WCAG contrast
Aa
#fd2c43 on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2c43 on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green17.3%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow73.5%
Key (black)0.8%
Color previews
#fd2c43 text on a black background
contrast 5.62:1
Card sample
#fd2c43 text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2c43;
Background color
Panel with #fd2c43 background
background-color: #fd2c43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2c43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 44, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 44, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2c43; background: linear-gradient(135deg, #fd2c43, #FDA02C);