#f45d52
a balanced, electric red · warm · closest name: tomato
RGB
244, 93, 82
HSL
4°, 88%, 64%
CMYK
0, 62, 66, 4
Luminance
0.2767
Every format
| HEX | #f45d52 |
| RGB | rgb(244, 93, 82) |
| HSL | hsl(4, 88%, 64%) |
| CMYK | cmyk(0%, 62%, 66%, 4%) |
| LAB | lab(59.6 57.3 37.0) |
| LCH | lch(59.6 68.2 32.9) |
| OKLCH | oklch(0.674 0.188 27.4) |
Copy-ready code
/* CSS */
color: #f45d52;
background-color: #f45d52;
/* Tailwind (arbitrary) */
class="text-[#f45d52] bg-[#f45d52]"
/* SCSS */
$brand: #f45d52;
/* SwiftUI */
Color(red: 0.957, green: 0.365, blue: 0.322)
/* Android */
Color.parseColor("#f45d52")Accessibility — WCAG contrast
Aa
#f45d52 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f45d52 on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green36.5%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta61.9%
Yellow66.4%
Key (black)4.3%
Color previews
#f45d52 text on a black background
contrast 6.53:1
Card sample
#f45d52 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f45d52;
Background color
Panel with #f45d52 background
background-color: #f45d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f45d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 93, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 93, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f45d52; background: linear-gradient(135deg, #f45d52, #F4C952);