#f73f2c
a balanced, electric red · warm · closest name: tomato
RGB
247, 63, 44
HSL
6°, 93%, 57%
CMYK
0, 75, 82, 3
Luminance
0.2351
Every format
| HEX | #f73f2c |
| RGB | rgb(247, 63, 44) |
| HSL | hsl(6, 93%, 57%) |
| CMYK | cmyk(0%, 75%, 82%, 3%) |
| LAB | lab(55.6 67.9 52.9) |
| LCH | lch(55.6 86.1 37.9) |
| OKLCH | oklch(0.643 0.223 30.1) |
Copy-ready code
/* CSS */
color: #f73f2c;
background-color: #f73f2c;
/* Tailwind (arbitrary) */
class="text-[#f73f2c] bg-[#f73f2c]"
/* SCSS */
$brand: #f73f2c;
/* SwiftUI */
Color(red: 0.969, green: 0.247, blue: 0.173)
/* Android */
Color.parseColor("#f73f2c")Accessibility — WCAG contrast
Aa
#f73f2c on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f73f2c on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green24.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta74.5%
Yellow82.2%
Key (black)3.1%
Color previews
#f73f2c text on a black background
contrast 5.70:1
Card sample
#f73f2c text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f73f2c;
Background color
Panel with #f73f2c background
background-color: #f73f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f73f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 63, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 63, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f73f2c; background: linear-gradient(135deg, #f73f2c, #F7C62C);