#f52c2d
a balanced, electric red · warm · closest name: tomato
RGB
245, 44, 45
HSL
360°, 91%, 57%
CMYK
0, 82, 82, 4
Luminance
0.2140
Every format
| HEX | #f52c2d |
| RGB | rgb(245, 44, 45) |
| HSL | hsl(360, 91%, 57%) |
| CMYK | cmyk(0%, 82%, 82%, 4%) |
| LAB | lab(53.4 72.5 50.2) |
| LCH | lch(53.4 88.2 34.7) |
| OKLCH | oklch(0.626 0.233 27.1) |
Copy-ready code
/* CSS */
color: #f52c2d;
background-color: #f52c2d;
/* Tailwind (arbitrary) */
class="text-[#f52c2d] bg-[#f52c2d]"
/* SCSS */
$brand: #f52c2d;
/* SwiftUI */
Color(red: 0.961, green: 0.173, blue: 0.176)
/* Android */
Color.parseColor("#f52c2d")Accessibility — WCAG contrast
Aa
#f52c2d on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f52c2d on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green17.3%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta82.0%
Yellow81.6%
Key (black)3.9%
Color previews
#f52c2d text on a black background
contrast 5.28:1
Card sample
#f52c2d text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f52c2d;
Background color
Panel with #f52c2d background
background-color: #f52c2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f52c2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 44, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 44, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f52c2d; background: linear-gradient(135deg, #f52c2d, #F5B12C);