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