#f5331c
a balanced, electric red · warm · closest name: red
RGB
245, 51, 28
HSL
6°, 92%, 54%
CMYK
0, 79, 89, 4
Luminance
0.2186
Every format
| HEX | #f5331c |
| RGB | rgb(245, 51, 28) |
| HSL | hsl(6, 92%, 54%) |
| CMYK | cmyk(0%, 79%, 89%, 4%) |
| LAB | lab(53.9 70.5 58.4) |
| LCH | lch(53.9 91.5 39.6) |
| OKLCH | oklch(0.630 0.231 30.7) |
Copy-ready code
/* CSS */
color: #f5331c;
background-color: #f5331c;
/* Tailwind (arbitrary) */
class="text-[#f5331c] bg-[#f5331c]"
/* SCSS */
$brand: #f5331c;
/* SwiftUI */
Color(red: 0.961, green: 0.200, blue: 0.110)
/* Android */
Color.parseColor("#f5331c")Accessibility — WCAG contrast
Aa
#f5331c on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f5331c on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green20.0%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta79.2%
Yellow88.6%
Key (black)3.9%
Color previews
#f5331c text on a black background
contrast 5.37:1
Card sample
#f5331c text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5331c;
Background color
Panel with #f5331c background
background-color: #f5331c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5331c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 51, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 51, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5331c; background: linear-gradient(135deg, #f5331c, #F5C41C);