#f8331b
a balanced, electric red · warm · closest name: red
RGB
248, 51, 27
HSL
7°, 94%, 54%
CMYK
0, 79, 89, 3
Luminance
0.2240
Every format
| HEX | #f8331b |
| RGB | rgb(248, 51, 27) |
| HSL | hsl(7, 94%, 54%) |
| CMYK | cmyk(0%, 79%, 89%, 3%) |
| LAB | lab(54.5 71.3 59.4) |
| LCH | lch(54.5 92.8 39.8) |
| OKLCH | oklch(0.635 0.233 30.8) |
Copy-ready code
/* CSS */
color: #f8331b;
background-color: #f8331b;
/* Tailwind (arbitrary) */
class="text-[#f8331b] bg-[#f8331b]"
/* SCSS */
$brand: #f8331b;
/* SwiftUI */
Color(red: 0.973, green: 0.200, blue: 0.106)
/* Android */
Color.parseColor("#f8331b")Accessibility — WCAG contrast
Aa
#f8331b on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f8331b on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green20.0%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow89.1%
Key (black)2.7%
Color previews
#f8331b text on a black background
contrast 5.48:1
Card sample
#f8331b text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8331b;
Background color
Panel with #f8331b background
background-color: #f8331b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8331b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 51, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 51, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8331b; background: linear-gradient(135deg, #f8331b, #F8C61B);