#f375a7
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 117, 167
HSL
336°, 84%, 71%
CMYK
0, 52, 31, 5
Luminance
0.3457
Every format
| HEX | #f375a7 |
| RGB | rgb(243, 117, 167) |
| HSL | hsl(336, 84%, 71%) |
| CMYK | cmyk(0%, 52%, 31%, 5%) |
| LAB | lab(65.4 53.5 -3.5) |
| LCH | lch(65.4 53.6 356.2) |
| OKLCH | oklch(0.723 0.163 357.0) |
Copy-ready code
/* CSS */
color: #f375a7;
background-color: #f375a7;
/* Tailwind (arbitrary) */
class="text-[#f375a7] bg-[#f375a7]"
/* SCSS */
$brand: #f375a7;
/* SwiftUI */
Color(red: 0.953, green: 0.459, blue: 0.655)
/* Android */
Color.parseColor("#f375a7")Accessibility — WCAG contrast
Aa
#f375a7 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f375a7 on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green45.9%
Blue65.5%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow31.3%
Key (black)4.7%
Color previews
#f375a7 text on a black background
contrast 7.91:1
Card sample
#f375a7 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f375a7;
Background color
Panel with #f375a7 background
background-color: #f375a7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f375a7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 117, 167, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 117, 167, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f375a7; background: linear-gradient(135deg, #f375a7, #F39775);