#f61421
a balanced, electric red · warm · closest name: red
RGB
246, 20, 33
HSL
357°, 93%, 52%
CMYK
0, 92, 87, 4
Luminance
0.2020
Every format
| HEX | #f61421 |
| RGB | rgb(246, 20, 33) |
| HSL | hsl(357, 93%, 52%) |
| CMYK | cmyk(0%, 92%, 87%, 4%) |
| LAB | lab(52.1 76.7 55.0) |
| LCH | lch(52.1 94.3 35.6) |
| OKLCH | oklch(0.617 0.245 27.1) |
Copy-ready code
/* CSS */
color: #f61421;
background-color: #f61421;
/* Tailwind (arbitrary) */
class="text-[#f61421] bg-[#f61421]"
/* SCSS */
$brand: #f61421;
/* SwiftUI */
Color(red: 0.965, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#f61421")Accessibility — WCAG contrast
Aa
#f61421 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f61421 on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta91.9%
Yellow86.6%
Key (black)3.5%
Color previews
#f61421 text on a black background
contrast 5.04:1
Card sample
#f61421 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f61421;
Background color
Panel with #f61421 background
background-color: #f61421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f61421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f61421; background: linear-gradient(135deg, #f61421, #F69E14);