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