#f44d67
a balanced, electric red · warm · closest name: crimson
RGB
244, 77, 103
HSL
351°, 88%, 63%
CMYK
0, 68, 58, 4
Luminance
0.2552
Every format
| HEX | #f44d67 |
| RGB | rgb(244, 77, 103) |
| HSL | hsl(351, 88%, 63%) |
| CMYK | cmyk(0%, 68%, 58%, 4%) |
| LAB | lab(57.6 64.9 22.4) |
| LCH | lch(57.6 68.7 19.0) |
| OKLCH | oklch(0.660 0.202 15.8) |
Copy-ready code
/* CSS */
color: #f44d67;
background-color: #f44d67;
/* Tailwind (arbitrary) */
class="text-[#f44d67] bg-[#f44d67]"
/* SCSS */
$brand: #f44d67;
/* SwiftUI */
Color(red: 0.957, green: 0.302, blue: 0.404)
/* Android */
Color.parseColor("#f44d67")Accessibility — WCAG contrast
Aa
#f44d67 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f44d67 on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green30.2%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow57.8%
Key (black)4.3%
Color previews
#f44d67 text on a black background
contrast 6.10:1
Card sample
#f44d67 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f44d67;
Background color
Panel with #f44d67 background
background-color: #f44d67;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f44d67;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 77, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 77, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f44d67; background: linear-gradient(135deg, #f44d67, #F4A24D);