#f372a1
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 114, 161
HSL
338°, 84%, 70%
CMYK
0, 53, 34, 5
Luminance
0.3366
Every format
| HEX | #f372a1 |
| RGB | rgb(243, 114, 161) |
| HSL | hsl(338, 84%, 70%) |
| CMYK | cmyk(0%, 53%, 34%, 5%) |
| LAB | lab(64.7 54.2 -1.2) |
| LCH | lch(64.7 54.2 358.7) |
| OKLCH | oklch(0.717 0.165 359.2) |
Copy-ready code
/* CSS */
color: #f372a1;
background-color: #f372a1;
/* Tailwind (arbitrary) */
class="text-[#f372a1] bg-[#f372a1]"
/* SCSS */
$brand: #f372a1;
/* SwiftUI */
Color(red: 0.953, green: 0.447, blue: 0.631)
/* Android */
Color.parseColor("#f372a1")Accessibility — WCAG contrast
Aa
#f372a1 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f372a1 on black: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green44.7%
Blue63.1%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow33.7%
Key (black)4.7%
Color previews
#f372a1 text on a black background
contrast 7.73:1
Card sample
#f372a1 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f372a1;
Background color
Panel with #f372a1 background
background-color: #f372a1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f372a1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 114, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 114, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f372a1; background: linear-gradient(135deg, #f372a1, #F39972);