#f4366d
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
244, 54, 109
HSL
343°, 90%, 58%
CMYK
0, 78, 55, 4
Luminance
0.2298
Every format
| HEX | #f4366d |
| RGB | rgb(244, 54, 109) |
| HSL | hsl(343, 90%, 58%) |
| CMYK | cmyk(0%, 78%, 55%, 4%) |
| LAB | lab(55.0 72.7 15.4) |
| LCH | lch(55.0 74.3 12.0) |
| OKLCH | oklch(0.641 0.224 10.0) |
Copy-ready code
/* CSS */
color: #f4366d;
background-color: #f4366d;
/* Tailwind (arbitrary) */
class="text-[#f4366d] bg-[#f4366d]"
/* SCSS */
$brand: #f4366d;
/* SwiftUI */
Color(red: 0.957, green: 0.212, blue: 0.427)
/* Android */
Color.parseColor("#f4366d")Accessibility — WCAG contrast
Aa
#f4366d on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f4366d on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green21.2%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow55.3%
Key (black)4.3%
Color previews
#f4366d text on a black background
contrast 5.60:1
Card sample
#f4366d text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4366d;
Background color
Panel with #f4366d background
background-color: #f4366d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4366d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 54, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 54, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4366d; background: linear-gradient(135deg, #f4366d, #F47D36);