#fd2a2d
a balanced, electric red · warm · closest name: red
RGB
253, 42, 45
HSL
359°, 98%, 58%
CMYK
0, 83, 82, 1
Luminance
0.2273
Every format
| HEX | #fd2a2d |
| RGB | rgb(253, 42, 45) |
| HSL | hsl(359, 98%, 58%) |
| CMYK | cmyk(0%, 83%, 82%, 1%) |
| LAB | lab(54.8 75.1 52.1) |
| LCH | lch(54.8 91.4 34.7) |
| OKLCH | oklch(0.639 0.241 27.0) |
Copy-ready code
/* CSS */
color: #fd2a2d;
background-color: #fd2a2d;
/* Tailwind (arbitrary) */
class="text-[#fd2a2d] bg-[#fd2a2d]"
/* SCSS */
$brand: #fd2a2d;
/* SwiftUI */
Color(red: 0.992, green: 0.165, blue: 0.176)
/* Android */
Color.parseColor("#fd2a2d")Accessibility — WCAG contrast
Aa
#fd2a2d on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd2a2d on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green16.5%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow82.2%
Key (black)0.8%
Color previews
#fd2a2d text on a black background
contrast 5.55:1
Card sample
#fd2a2d text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd2a2d;
Background color
Panel with #fd2a2d background
background-color: #fd2a2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd2a2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 42, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 42, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd2a2d; background: linear-gradient(135deg, #fd2a2d, #FDB32A);