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