#f60521
a balanced, electric red · warm · closest name: red
RGB
246, 5, 33
HSL
353°, 96%, 49%
CMYK
0, 98, 87, 4
Luminance
0.1981
Every format
| HEX | #f60521 |
| RGB | rgb(246, 5, 33) |
| HSL | hsl(353, 96%, 49%) |
| CMYK | cmyk(0%, 98%, 87%, 4%) |
| LAB | lab(51.6 77.9 54.6) |
| LCH | lch(51.6 95.2 35.0) |
| OKLCH | oklch(0.613 0.248 26.5) |
Copy-ready code
/* CSS */
color: #f60521;
background-color: #f60521;
/* Tailwind (arbitrary) */
class="text-[#f60521] bg-[#f60521]"
/* SCSS */
$brand: #f60521;
/* SwiftUI */
Color(red: 0.965, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#f60521")Accessibility — WCAG contrast
Aa
#f60521 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f60521 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta98.0%
Yellow86.6%
Key (black)3.5%
Color previews
#f60521 text on a black background
contrast 4.96:1
Card sample
#f60521 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f60521;
Background color
Panel with #f60521 background
background-color: #f60521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f60521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f60521; background: linear-gradient(135deg, #f60521, #F68A05);