#f45f2f
a balanced, electric red · warm · closest name: tomato
RGB
244, 95, 47
HSL
15°, 90%, 57%
CMYK
0, 61, 81, 4
Luminance
0.2762
Every format
| HEX | #f45f2f |
| RGB | rgb(244, 95, 47) |
| HSL | hsl(15, 90%, 57%) |
| CMYK | cmyk(0%, 61%, 81%, 4%) |
| LAB | lab(59.5 54.9 55.0) |
| LCH | lch(59.5 77.7 45.0) |
| OKLCH | oklch(0.672 0.193 37.5) |
Copy-ready code
/* CSS */
color: #f45f2f;
background-color: #f45f2f;
/* Tailwind (arbitrary) */
class="text-[#f45f2f] bg-[#f45f2f]"
/* SCSS */
$brand: #f45f2f;
/* SwiftUI */
Color(red: 0.957, green: 0.373, blue: 0.184)
/* Android */
Color.parseColor("#f45f2f")Accessibility — WCAG contrast
Aa
#f45f2f on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f45f2f on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green37.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow80.7%
Key (black)4.3%
Color previews
#f45f2f text on a black background
contrast 6.52:1
Card sample
#f45f2f text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f45f2f;
Background color
Panel with #f45f2f background
background-color: #f45f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f45f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 95, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 95, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f45f2f; background: linear-gradient(135deg, #f45f2f, #F4E22F);