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