#f45c2f
a balanced, electric red · warm · closest name: tomato
RGB
244, 92, 47
HSL
14°, 90%, 57%
CMYK
0, 62, 81, 4
Luminance
0.2709
Every format
| HEX | #f45c2f |
| RGB | rgb(244, 92, 47) |
| HSL | hsl(14, 90%, 57%) |
| CMYK | cmyk(0%, 62%, 81%, 4%) |
| LAB | lab(59.1 56.2 54.5) |
| LCH | lch(59.1 78.3 44.1) |
| OKLCH | oklch(0.668 0.196 36.6) |
Copy-ready code
/* CSS */
color: #f45c2f;
background-color: #f45c2f;
/* Tailwind (arbitrary) */
class="text-[#f45c2f] bg-[#f45c2f]"
/* SCSS */
$brand: #f45c2f;
/* SwiftUI */
Color(red: 0.957, green: 0.361, blue: 0.184)
/* Android */
Color.parseColor("#f45c2f")Accessibility — WCAG contrast
Aa
#f45c2f on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f45c2f on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green36.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta62.3%
Yellow80.7%
Key (black)4.3%
Color previews
#f45c2f text on a black background
contrast 6.42:1
Card sample
#f45c2f text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f45c2f;
Background color
Panel with #f45c2f background
background-color: #f45c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f45c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 92, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 92, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f45c2f; background: linear-gradient(135deg, #f45c2f, #F4DF2F);