#f92f2f
a balanced, electric red · warm · closest name: tomato
RGB
249, 47, 47
HSL
0°, 94%, 58%
CMYK
0, 81, 81, 2
Luminance
0.2238
Every format
| HEX | #f92f2f |
| RGB | rgb(249, 47, 47) |
| HSL | hsl(0, 94%, 58%) |
| CMYK | cmyk(0%, 81%, 81%, 2%) |
| LAB | lab(54.4 73.0 50.4) |
| LCH | lch(54.4 88.7 34.6) |
| OKLCH | oklch(0.635 0.234 27.2) |
Copy-ready code
/* CSS */
color: #f92f2f;
background-color: #f92f2f;
/* Tailwind (arbitrary) */
class="text-[#f92f2f] bg-[#f92f2f]"
/* SCSS */
$brand: #f92f2f;
/* SwiftUI */
Color(red: 0.976, green: 0.184, blue: 0.184)
/* Android */
Color.parseColor("#f92f2f")Accessibility — WCAG contrast
Aa
#f92f2f on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f92f2f on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green18.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta81.1%
Yellow81.1%
Key (black)2.4%
Color previews
#f92f2f text on a black background
contrast 5.48:1
Card sample
#f92f2f text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f92f2f;
Background color
Panel with #f92f2f background
background-color: #f92f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f92f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 47, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 47, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f92f2f; background: linear-gradient(135deg, #f92f2f, #F9B62F);