#f51e21
a balanced, electric red · warm · closest name: red
RGB
245, 30, 33
HSL
359°, 92%, 54%
CMYK
0, 88, 87, 4
Luminance
0.2045
Every format
| HEX | #f51e21 |
| RGB | rgb(245, 30, 33) |
| HSL | hsl(359, 92%, 54%) |
| CMYK | cmyk(0%, 88%, 87%, 4%) |
| LAB | lab(52.4 75.0 55.1) |
| LCH | lch(52.4 93.1 36.3) |
| OKLCH | oklch(0.618 0.241 27.7) |
Copy-ready code
/* CSS */
color: #f51e21;
background-color: #f51e21;
/* Tailwind (arbitrary) */
class="text-[#f51e21] bg-[#f51e21]"
/* SCSS */
$brand: #f51e21;
/* SwiftUI */
Color(red: 0.961, green: 0.118, blue: 0.129)
/* Android */
Color.parseColor("#f51e21")Accessibility — WCAG contrast
Aa
#f51e21 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f51e21 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green11.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta87.8%
Yellow86.5%
Key (black)3.9%
Color previews
#f51e21 text on a black background
contrast 5.09:1
Card sample
#f51e21 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f51e21;
Background color
Panel with #f51e21 background
background-color: #f51e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f51e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 30, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 30, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f51e21; background: linear-gradient(135deg, #f51e21, #F5AA1E);