#f92621
a balanced, electric red · warm · closest name: red
RGB
249, 38, 33
HSL
1°, 95%, 55%
CMYK
0, 85, 87, 2
Luminance
0.2164
Every format
| HEX | #f92621 |
| RGB | rgb(249, 38, 33) |
| HSL | hsl(1, 95%, 55%) |
| CMYK | cmyk(0%, 85%, 87%, 2%) |
| LAB | lab(53.6 74.6 56.4) |
| LCH | lch(53.6 93.6 37.1) |
| OKLCH | oklch(0.629 0.241 28.5) |
Copy-ready code
/* CSS */
color: #f92621;
background-color: #f92621;
/* Tailwind (arbitrary) */
class="text-[#f92621] bg-[#f92621]"
/* SCSS */
$brand: #f92621;
/* SwiftUI */
Color(red: 0.976, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#f92621")Accessibility — WCAG contrast
Aa
#f92621 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f92621 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green14.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta84.7%
Yellow86.7%
Key (black)2.4%
Color previews
#f92621 text on a black background
contrast 5.33:1
Card sample
#f92621 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f92621;
Background color
Panel with #f92621 background
background-color: #f92621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f92621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f92621; background: linear-gradient(135deg, #f92621, #F9B621);