#f37af3
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 122, 243
HSL
300°, 83%, 72%
CMYK
0, 50, 0, 5
Luminance
0.3944
Every format
| HEX | #f37af3 |
| RGB | rgb(243, 122, 243) |
| HSL | hsl(300, 83%, 72%) |
| CMYK | cmyk(0%, 50%, 0%, 5%) |
| LAB | lab(69.1 62.5 -40.5) |
| LCH | lch(69.1 74.4 327.0) |
| OKLCH | oklch(0.759 0.206 327.4) |
Copy-ready code
/* CSS */
color: #f37af3;
background-color: #f37af3;
/* Tailwind (arbitrary) */
class="text-[#f37af3] bg-[#f37af3]"
/* SCSS */
$brand: #f37af3;
/* SwiftUI */
Color(red: 0.953, green: 0.478, blue: 0.953)
/* Android */
Color.parseColor("#f37af3")Accessibility — WCAG contrast
Aa
#f37af3 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37af3 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green47.8%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow0.0%
Key (black)4.7%
Color previews
#f37af3 text on a black background
contrast 8.89:1
Card sample
#f37af3 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37af3;
Background color
Panel with #f37af3 background
background-color: #f37af3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37af3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 122, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 122, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37af3; background: linear-gradient(135deg, #f37af3, #F37AA2);