#f37fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 127, 223
HSL
310°, 83%, 73%
CMYK
0, 48, 8, 5
Luminance
0.3956
Every format
| HEX | #f37fdf |
| RGB | rgb(243, 127, 223) |
| HSL | hsl(310, 83%, 73%) |
| CMYK | cmyk(0%, 48%, 8%, 5%) |
| LAB | lab(69.2 56.7 -29.3) |
| LCH | lch(69.2 63.9 332.7) |
| OKLCH | oklch(0.757 0.181 334.1) |
Copy-ready code
/* CSS */
color: #f37fdf;
background-color: #f37fdf;
/* Tailwind (arbitrary) */
class="text-[#f37fdf] bg-[#f37fdf]"
/* SCSS */
$brand: #f37fdf;
/* SwiftUI */
Color(red: 0.953, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#f37fdf")Accessibility — WCAG contrast
Aa
#f37fdf on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37fdf on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green49.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta47.7%
Yellow8.2%
Key (black)4.7%
Color previews
#f37fdf text on a black background
contrast 8.91:1
Card sample
#f37fdf text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37fdf;
Background color
Panel with #f37fdf background
background-color: #f37fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37fdf; background: linear-gradient(135deg, #f37fdf, #F37F92);