#f50029
a balanced, electric red · warm · closest name: red
RGB
245, 0, 41
HSL
350°, 100%, 48%
CMYK
0, 100, 83, 4
Luminance
0.1957
Every format
| HEX | #f50029 |
| RGB | rgb(245, 0, 41) |
| HSL | hsl(350, 100%, 48%) |
| CMYK | cmyk(0%, 100%, 83%, 4%) |
| LAB | lab(51.4 78.2 50.4) |
| LCH | lch(51.4 93.0 32.8) |
| OKLCH | oklch(0.611 0.248 25.0) |
Copy-ready code
/* CSS */
color: #f50029;
background-color: #f50029;
/* Tailwind (arbitrary) */
class="text-[#f50029] bg-[#f50029]"
/* SCSS */
$brand: #f50029;
/* SwiftUI */
Color(red: 0.961, green: 0.000, blue: 0.161)
/* Android */
Color.parseColor("#f50029")Accessibility — WCAG contrast
Aa
#f50029 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f50029 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green0.0%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow83.3%
Key (black)3.9%
Color previews
#f50029 text on a black background
contrast 4.91:1
Card sample
#f50029 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f50029;
Background color
Panel with #f50029 background
background-color: #f50029;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f50029;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 0, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 0, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f50029; background: linear-gradient(135deg, #f50029, #F57A00);