#f61a21
a balanced, electric red · warm · closest name: red
RGB
246, 26, 33
HSL
358°, 92%, 53%
CMYK
0, 89, 87, 4
Luminance
0.2044
Every format
| HEX | #f61a21 |
| RGB | rgb(246, 26, 33) |
| HSL | hsl(358, 92%, 53%) |
| CMYK | cmyk(0%, 89%, 87%, 4%) |
| LAB | lab(52.3 75.9 55.2) |
| LCH | lch(52.3 93.8 36.0) |
| OKLCH | oklch(0.619 0.243 27.5) |
Copy-ready code
/* CSS */
color: #f61a21;
background-color: #f61a21;
/* Tailwind (arbitrary) */
class="text-[#f61a21] bg-[#f61a21]"
/* SCSS */
$brand: #f61a21;
/* SwiftUI */
Color(red: 0.965, green: 0.102, blue: 0.129)
/* Android */
Color.parseColor("#f61a21")Accessibility — WCAG contrast
Aa
#f61a21 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f61a21 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green10.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta89.4%
Yellow86.6%
Key (black)3.5%
Color previews
#f61a21 text on a black background
contrast 5.09:1
Card sample
#f61a21 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f61a21;
Background color
Panel with #f61a21 background
background-color: #f61a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f61a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 26, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 26, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f61a21; background: linear-gradient(135deg, #f61a21, #F6A61A);