#f44d52
a balanced, electric red · warm · closest name: crimson
RGB
244, 77, 82
HSL
358°, 88%, 63%
CMYK
0, 68, 66, 4
Luminance
0.2515
Every format
| HEX | #f44d52 |
| RGB | rgb(244, 77, 82) |
| HSL | hsl(358, 88%, 63%) |
| CMYK | cmyk(0%, 68%, 66%, 4%) |
| LAB | lab(57.2 63.6 34.1) |
| LCH | lch(57.2 72.2 28.2) |
| OKLCH | oklch(0.656 0.203 23.2) |
Copy-ready code
/* CSS */
color: #f44d52;
background-color: #f44d52;
/* Tailwind (arbitrary) */
class="text-[#f44d52] bg-[#f44d52]"
/* SCSS */
$brand: #f44d52;
/* SwiftUI */
Color(red: 0.957, green: 0.302, blue: 0.322)
/* Android */
Color.parseColor("#f44d52")Accessibility — WCAG contrast
Aa
#f44d52 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f44d52 on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green30.2%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow66.4%
Key (black)4.3%
Color previews
#f44d52 text on a black background
contrast 6.03:1
Card sample
#f44d52 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44d52;
Background color
Panel with #f44d52 background
background-color: #f44d52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44d52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 77, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 77, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44d52; background: linear-gradient(135deg, #f44d52, #F4B74D);