#f22f2f
a balanced, electric red · warm · closest name: tomato
RGB
242, 47, 47
HSL
0°, 88%, 57%
CMYK
0, 81, 81, 5
Luminance
0.2112
Every format
| HEX | #f22f2f |
| RGB | rgb(242, 47, 47) |
| HSL | hsl(0, 88%, 57%) |
| CMYK | cmyk(0%, 81%, 81%, 5%) |
| LAB | lab(53.1 71.1 48.7) |
| LCH | lch(53.1 86.1 34.4) |
| OKLCH | oklch(0.623 0.228 27.0) |
Copy-ready code
/* CSS */
color: #f22f2f;
background-color: #f22f2f;
/* Tailwind (arbitrary) */
class="text-[#f22f2f] bg-[#f22f2f]"
/* SCSS */
$brand: #f22f2f;
/* SwiftUI */
Color(red: 0.949, green: 0.184, blue: 0.184)
/* Android */
Color.parseColor("#f22f2f")Accessibility — WCAG contrast
Aa
#f22f2f on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f22f2f on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green18.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow80.6%
Key (black)5.1%
Color previews
#f22f2f text on a black background
contrast 5.22:1
Card sample
#f22f2f text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f22f2f;
Background color
Panel with #f22f2f background
background-color: #f22f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f22f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 47, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 47, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f22f2f; background: linear-gradient(135deg, #f22f2f, #F2B12F);