#f37cef
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 124, 239
HSL
302°, 83%, 72%
CMYK
0, 49, 2, 5
Luminance
0.3970
Every format
| HEX | #f37cef |
| RGB | rgb(243, 124, 239) |
| HSL | hsl(302, 83%, 72%) |
| CMYK | cmyk(0%, 49%, 2%, 5%) |
| LAB | lab(69.3 60.8 -38.0) |
| LCH | lch(69.3 71.7 328.0) |
| OKLCH | oklch(0.760 0.200 328.6) |
Copy-ready code
/* CSS */
color: #f37cef;
background-color: #f37cef;
/* Tailwind (arbitrary) */
class="text-[#f37cef] bg-[#f37cef]"
/* SCSS */
$brand: #f37cef;
/* SwiftUI */
Color(red: 0.953, green: 0.486, blue: 0.937)
/* Android */
Color.parseColor("#f37cef")Accessibility — WCAG contrast
Aa
#f37cef on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37cef on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green48.6%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta49.0%
Yellow1.6%
Key (black)4.7%
Color previews
#f37cef text on a black background
contrast 8.94:1
Card sample
#f37cef text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37cef;
Background color
Panel with #f37cef background
background-color: #f37cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 124, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 124, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37cef; background: linear-gradient(135deg, #f37cef, #F37CA0);