#f372e7
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 114, 231
HSL
306°, 84%, 70%
CMYK
0, 53, 5, 5
Luminance
0.3686
Every format
| HEX | #f372e7 |
| RGB | rgb(243, 114, 231) |
| HSL | hsl(306, 84%, 70%) |
| CMYK | cmyk(0%, 53%, 5%, 5%) |
| LAB | lab(67.2 64.1 -36.8) |
| LCH | lch(67.2 74.0 330.1) |
| OKLCH | oklch(0.744 0.208 331.1) |
Copy-ready code
/* CSS */
color: #f372e7;
background-color: #f372e7;
/* Tailwind (arbitrary) */
class="text-[#f372e7] bg-[#f372e7]"
/* SCSS */
$brand: #f372e7;
/* SwiftUI */
Color(red: 0.953, green: 0.447, blue: 0.906)
/* Android */
Color.parseColor("#f372e7")Accessibility — WCAG contrast
Aa
#f372e7 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f372e7 on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green44.7%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow4.9%
Key (black)4.7%
Color previews
#f372e7 text on a black background
contrast 8.37:1
Card sample
#f372e7 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f372e7;
Background color
Panel with #f372e7 background
background-color: #f372e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f372e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 114, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 114, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f372e7; background: linear-gradient(135deg, #f372e7, #F37291);