#f20e21
a balanced, electric red · warm · closest name: red
RGB
242, 14, 33
HSL
355°, 90%, 50%
CMYK
0, 94, 86, 5
Luminance
0.1930
Every format
| HEX | #f20e21 |
| RGB | rgb(242, 14, 33) |
| HSL | hsl(355, 90%, 50%) |
| CMYK | cmyk(0%, 94%, 86%, 5%) |
| LAB | lab(51.0 76.3 53.8) |
| LCH | lch(51.0 93.3 35.2) |
| OKLCH | oklch(0.608 0.243 26.7) |
Copy-ready code
/* CSS */
color: #f20e21;
background-color: #f20e21;
/* Tailwind (arbitrary) */
class="text-[#f20e21] bg-[#f20e21]"
/* SCSS */
$brand: #f20e21;
/* SwiftUI */
Color(red: 0.949, green: 0.055, blue: 0.129)
/* Android */
Color.parseColor("#f20e21")Accessibility — WCAG contrast
Aa
#f20e21 on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f20e21 on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green5.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta94.2%
Yellow86.4%
Key (black)5.1%
Color previews
#f20e21 text on a black background
contrast 4.86:1
Card sample
#f20e21 text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f20e21;
Background color
Panel with #f20e21 background
background-color: #f20e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f20e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 14, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 14, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f20e21; background: linear-gradient(135deg, #f20e21, #F2930E);