#f74e21
a balanced, electric red · warm · closest name: tomato
RGB
247, 78, 33
HSL
13°, 93%, 55%
CMYK
0, 68, 87, 3
Luminance
0.2533
Every format
| HEX | #f74e21 |
| RGB | rgb(247, 78, 33) |
| HSL | hsl(13, 93%, 55%) |
| CMYK | cmyk(0%, 68%, 87%, 3%) |
| LAB | lab(57.4 62.5 59.2) |
| LCH | lch(57.4 86.1 43.5) |
| OKLCH | oklch(0.657 0.212 35.0) |
Copy-ready code
/* CSS */
color: #f74e21;
background-color: #f74e21;
/* Tailwind (arbitrary) */
class="text-[#f74e21] bg-[#f74e21]"
/* SCSS */
$brand: #f74e21;
/* SwiftUI */
Color(red: 0.969, green: 0.306, blue: 0.129)
/* Android */
Color.parseColor("#f74e21")Accessibility — WCAG contrast
Aa
#f74e21 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f74e21 on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green30.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow86.6%
Key (black)3.1%
Color previews
#f74e21 text on a black background
contrast 6.07:1
Card sample
#f74e21 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f74e21;
Background color
Panel with #f74e21 background
background-color: #f74e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f74e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 78, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 78, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f74e21; background: linear-gradient(135deg, #f74e21, #F7DD21);