#f83621
a balanced, electric red · warm · closest name: red
RGB
248, 54, 33
HSL
6°, 94%, 55%
CMYK
0, 78, 87, 3
Luminance
0.2270
Every format
| HEX | #f83621 |
| RGB | rgb(248, 54, 33) |
| HSL | hsl(6, 94%, 55%) |
| CMYK | cmyk(0%, 78%, 87%, 3%) |
| LAB | lab(54.8 70.6 57.2) |
| LCH | lch(54.8 90.9 39.0) |
| OKLCH | oklch(0.637 0.231 30.4) |
Copy-ready code
/* CSS */
color: #f83621;
background-color: #f83621;
/* Tailwind (arbitrary) */
class="text-[#f83621] bg-[#f83621]"
/* SCSS */
$brand: #f83621;
/* SwiftUI */
Color(red: 0.973, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#f83621")Accessibility — WCAG contrast
Aa
#f83621 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f83621 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green21.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta78.2%
Yellow86.7%
Key (black)2.7%
Color previews
#f83621 text on a black background
contrast 5.54:1
Card sample
#f83621 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f83621;
Background color
Panel with #f83621 background
background-color: #f83621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f83621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f83621; background: linear-gradient(135deg, #f83621, #F8C521);