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