#f372ac
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 114, 172
HSL
333°, 84%, 70%
CMYK
0, 53, 29, 5
Luminance
0.3407
Every format
| HEX | #f372ac |
| RGB | rgb(243, 114, 172) |
| HSL | hsl(333, 84%, 70%) |
| CMYK | cmyk(0%, 53%, 29%, 5%) |
| LAB | lab(65.0 55.5 -7.0) |
| LCH | lch(65.0 56.0 352.8) |
| OKLCH | oklch(0.721 0.169 354.0) |
Copy-ready code
/* CSS */
color: #f372ac;
background-color: #f372ac;
/* Tailwind (arbitrary) */
class="text-[#f372ac] bg-[#f372ac]"
/* SCSS */
$brand: #f372ac;
/* SwiftUI */
Color(red: 0.953, green: 0.447, blue: 0.675)
/* Android */
Color.parseColor("#f372ac")Accessibility — WCAG contrast
Aa
#f372ac on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f372ac on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green44.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow29.2%
Key (black)4.7%
Color previews
#f372ac text on a black background
contrast 7.81:1
Card sample
#f372ac text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f372ac;
Background color
Panel with #f372ac background
background-color: #f372ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f372ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 114, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 114, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f372ac; background: linear-gradient(135deg, #f372ac, #F38E72);