#f92829
a balanced, electric red · warm · closest name: red
RGB
249, 40, 41
HSL
360°, 95%, 57%
CMYK
0, 84, 84, 2
Luminance
0.2182
Every format
| HEX | #f92829 |
| RGB | rgb(249, 40, 41) |
| HSL | hsl(360, 95%, 57%) |
| CMYK | cmyk(0%, 84%, 84%, 2%) |
| LAB | lab(53.8 74.4 52.9) |
| LCH | lch(53.8 91.3 35.4) |
| OKLCH | oklch(0.631 0.239 27.4) |
Copy-ready code
/* CSS */
color: #f92829;
background-color: #f92829;
/* Tailwind (arbitrary) */
class="text-[#f92829] bg-[#f92829]"
/* SCSS */
$brand: #f92829;
/* SwiftUI */
Color(red: 0.976, green: 0.157, blue: 0.161)
/* Android */
Color.parseColor("#f92829")Accessibility — WCAG contrast
Aa
#f92829 on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f92829 on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green15.7%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta83.9%
Yellow83.5%
Key (black)2.4%
Color previews
#f92829 text on a black background
contrast 5.36:1
Card sample
#f92829 text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f92829;
Background color
Panel with #f92829 background
background-color: #f92829;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f92829;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 40, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 40, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f92829; background: linear-gradient(135deg, #f92829, #F9B228);