#f37cdf
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 124, 223
HSL
310°, 83%, 72%
CMYK
0, 49, 8, 5
Luminance
0.3880
Every format
| HEX | #f37cdf |
| RGB | rgb(243, 124, 223) |
| HSL | hsl(310, 83%, 72%) |
| CMYK | cmyk(0%, 49%, 8%, 5%) |
| LAB | lab(68.6 58.2 -30.2) |
| LCH | lch(68.6 65.5 332.6) |
| OKLCH | oklch(0.753 0.186 334.0) |
Copy-ready code
/* CSS */
color: #f37cdf;
background-color: #f37cdf;
/* Tailwind (arbitrary) */
class="text-[#f37cdf] bg-[#f37cdf]"
/* SCSS */
$brand: #f37cdf;
/* SwiftUI */
Color(red: 0.953, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#f37cdf")Accessibility — WCAG contrast
Aa
#f37cdf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37cdf on black: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green48.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow8.2%
Key (black)4.7%
Color previews
#f37cdf text on a black background
contrast 8.76:1
Card sample
#f37cdf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37cdf;
Background color
Panel with #f37cdf background
background-color: #f37cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37cdf; background: linear-gradient(135deg, #f37cdf, #F37C90);