#f37ef1
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 126, 241
HSL
301°, 83%, 72%
CMYK
0, 48, 1, 5
Luminance
0.4033
Every format
| HEX | #f37ef1 |
| RGB | rgb(243, 126, 241) |
| HSL | hsl(301, 83%, 72%) |
| CMYK | cmyk(0%, 48%, 1%, 5%) |
| LAB | lab(69.7 60.2 -38.4) |
| LCH | lch(69.7 71.4 327.5) |
| OKLCH | oklch(0.764 0.198 327.9) |
Copy-ready code
/* CSS */
color: #f37ef1;
background-color: #f37ef1;
/* Tailwind (arbitrary) */
class="text-[#f37ef1] bg-[#f37ef1]"
/* SCSS */
$brand: #f37ef1;
/* SwiftUI */
Color(red: 0.953, green: 0.494, blue: 0.945)
/* Android */
Color.parseColor("#f37ef1")Accessibility — WCAG contrast
Aa
#f37ef1 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37ef1 on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green49.4%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta48.1%
Yellow0.8%
Key (black)4.7%
Color previews
#f37ef1 text on a black background
contrast 9.07:1
Card sample
#f37ef1 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37ef1;
Background color
Panel with #f37ef1 background
background-color: #f37ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 126, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 126, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37ef1; background: linear-gradient(135deg, #f37ef1, #F37EA3);