#fd331a
a balanced, electric red · warm · closest name: red
RGB
253, 51, 26
HSL
7°, 98%, 55%
CMYK
0, 80, 90, 1
Luminance
0.2332
Every format
| HEX | #fd331a |
| RGB | rgb(253, 51, 26) |
| HSL | hsl(7, 98%, 55%) |
| CMYK | cmyk(0%, 80%, 90%, 1%) |
| LAB | lab(55.4 72.7 60.9) |
| LCH | lch(55.4 94.8 40.0) |
| OKLCH | oklch(0.644 0.238 30.8) |
Copy-ready code
/* CSS */
color: #fd331a;
background-color: #fd331a;
/* Tailwind (arbitrary) */
class="text-[#fd331a] bg-[#fd331a]"
/* SCSS */
$brand: #fd331a;
/* SwiftUI */
Color(red: 0.992, green: 0.200, blue: 0.102)
/* Android */
Color.parseColor("#fd331a")Accessibility — WCAG contrast
Aa
#fd331a on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#fd331a on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green20.0%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow89.7%
Key (black)0.8%
Color previews
#fd331a text on a black background
contrast 5.66:1
Card sample
#fd331a text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd331a;
Background color
Panel with #fd331a background
background-color: #fd331a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd331a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 51, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 51, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd331a; background: linear-gradient(135deg, #fd331a, #FDCA1A);