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