#f37db8
a light, electric magenta / pink · warm · closest name: plum
RGB
243, 125, 184
HSL
330°, 83%, 72%
CMYK
0, 49, 24, 5
Luminance
0.3718
Every format
| HEX | #f37db8 |
| RGB | rgb(243, 125, 184) |
| HSL | hsl(330, 83%, 72%) |
| CMYK | cmyk(0%, 49%, 24%, 5%) |
| LAB | lab(67.4 51.9 -10.2) |
| LCH | lch(67.4 52.9 348.9) |
| OKLCH | oklch(0.740 0.158 350.4) |
Copy-ready code
/* CSS */
color: #f37db8;
background-color: #f37db8;
/* Tailwind (arbitrary) */
class="text-[#f37db8] bg-[#f37db8]"
/* SCSS */
$brand: #f37db8;
/* SwiftUI */
Color(red: 0.953, green: 0.490, blue: 0.722)
/* Android */
Color.parseColor("#f37db8")Accessibility — WCAG contrast
Aa
#f37db8 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37db8 on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green49.0%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow24.3%
Key (black)4.7%
Color previews
#f37db8 text on a black background
contrast 8.44:1
Card sample
#f37db8 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37db8;
Background color
Panel with #f37db8 background
background-color: #f37db8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37db8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 125, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 125, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37db8; background: linear-gradient(135deg, #f37db8, #F3917D);