#f372cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 114, 207
HSL
317°, 84%, 70%
CMYK
0, 53, 15, 5
Luminance
0.3559
Every format
| HEX | #f372cf |
| RGB | rgb(243, 114, 207) |
| HSL | hsl(317, 84%, 70%) |
| CMYK | cmyk(0%, 53%, 15%, 5%) |
| LAB | lab(66.2 60.4 -24.9) |
| LCH | lch(66.2 65.3 337.6) |
| OKLCH | oklch(0.733 0.190 339.4) |
Copy-ready code
/* CSS */
color: #f372cf;
background-color: #f372cf;
/* Tailwind (arbitrary) */
class="text-[#f372cf] bg-[#f372cf]"
/* SCSS */
$brand: #f372cf;
/* SwiftUI */
Color(red: 0.953, green: 0.447, blue: 0.812)
/* Android */
Color.parseColor("#f372cf")Accessibility — WCAG contrast
Aa
#f372cf on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f372cf on black: 8.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green44.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow14.8%
Key (black)4.7%
Color previews
#f372cf text on a black background
contrast 8.12:1
Card sample
#f372cf text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f372cf;
Background color
Panel with #f372cf background
background-color: #f372cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f372cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 114, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 114, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f372cf; background: linear-gradient(135deg, #f372cf, #F37279);