#f372ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
243, 114, 186
HSL
327°, 84%, 70%
CMYK
0, 53, 24, 5
Luminance
0.3463
Every format
| HEX | #f372ba |
| RGB | rgb(243, 114, 186) |
| HSL | hsl(327, 84%, 70%) |
| CMYK | cmyk(0%, 53%, 24%, 5%) |
| LAB | lab(65.5 57.4 -14.3) |
| LCH | lch(65.5 59.1 346.1) |
| OKLCH | oklch(0.725 0.176 347.8) |
Copy-ready code
/* CSS */
color: #f372ba;
background-color: #f372ba;
/* Tailwind (arbitrary) */
class="text-[#f372ba] bg-[#f372ba]"
/* SCSS */
$brand: #f372ba;
/* SwiftUI */
Color(red: 0.953, green: 0.447, blue: 0.729)
/* Android */
Color.parseColor("#f372ba")Accessibility — WCAG contrast
Aa
#f372ba on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f372ba on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green44.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow23.5%
Key (black)4.7%
Color previews
#f372ba text on a black background
contrast 7.93:1
Card sample
#f372ba text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f372ba;
Background color
Panel with #f372ba background
background-color: #f372ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f372ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 114, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 114, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f372ba; background: linear-gradient(135deg, #f372ba, #F38072);