#f62521
a balanced, electric red · warm · closest name: red
RGB
246, 37, 33
HSL
1°, 92%, 55%
CMYK
0, 85, 87, 4
Luminance
0.2103
Every format
| HEX | #f62521 |
| RGB | rgb(246, 37, 33) |
| HSL | hsl(1, 92%, 55%) |
| CMYK | cmyk(0%, 85%, 87%, 4%) |
| LAB | lab(53.0 74.0 55.7) |
| LCH | lch(53.0 92.6 36.9) |
| OKLCH | oklch(0.623 0.239 28.4) |
Copy-ready code
/* CSS */
color: #f62521;
background-color: #f62521;
/* Tailwind (arbitrary) */
class="text-[#f62521] bg-[#f62521]"
/* SCSS */
$brand: #f62521;
/* SwiftUI */
Color(red: 0.965, green: 0.145, blue: 0.129)
/* Android */
Color.parseColor("#f62521")Accessibility — WCAG contrast
Aa
#f62521 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f62521 on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green14.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta85.0%
Yellow86.6%
Key (black)3.5%
Color previews
#f62521 text on a black background
contrast 5.21:1
Card sample
#f62521 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f62521;
Background color
Panel with #f62521 background
background-color: #f62521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f62521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 37, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 37, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f62521; background: linear-gradient(135deg, #f62521, #F6B321);