#fd3c44
a balanced, electric red · warm · closest name: crimson
RGB
253, 60, 68
HSL
358°, 98%, 61%
CMYK
0, 76, 73, 1
Luminance
0.2453
Every format
| HEX | #fd3c44 |
| RGB | rgb(253, 60, 68) |
| HSL | hsl(358, 98%, 61%) |
| CMYK | cmyk(0%, 76%, 73%, 1%) |
| LAB | lab(56.6 71.3 41.7) |
| LCH | lch(56.6 82.6 30.3) |
| OKLCH | oklch(0.654 0.227 24.3) |
Copy-ready code
/* CSS */
color: #fd3c44;
background-color: #fd3c44;
/* Tailwind (arbitrary) */
class="text-[#fd3c44] bg-[#fd3c44]"
/* SCSS */
$brand: #fd3c44;
/* SwiftUI */
Color(red: 0.992, green: 0.235, blue: 0.267)
/* Android */
Color.parseColor("#fd3c44")Accessibility — WCAG contrast
Aa
#fd3c44 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd3c44 on black: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green23.5%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow73.1%
Key (black)0.8%
Color previews
#fd3c44 text on a black background
contrast 5.91:1
Card sample
#fd3c44 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd3c44;
Background color
Panel with #fd3c44 background
background-color: #fd3c44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd3c44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 60, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 60, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd3c44; background: linear-gradient(135deg, #fd3c44, #FDB53C);