#f37afb
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 122, 251
HSL
296°, 94%, 73%
CMYK
3, 51, 0, 2
Luminance
0.3994
Every format
| HEX | #f37afb |
| RGB | rgb(243, 122, 251) |
| HSL | hsl(296, 94%, 73%) |
| CMYK | cmyk(3%, 51%, 0%, 2%) |
| LAB | lab(69.4 63.9 -44.3) |
| LCH | lch(69.4 77.7 325.2) |
| OKLCH | oklch(0.763 0.213 325.0) |
Copy-ready code
/* CSS */
color: #f37afb;
background-color: #f37afb;
/* Tailwind (arbitrary) */
class="text-[#f37afb] bg-[#f37afb]"
/* SCSS */
$brand: #f37afb;
/* SwiftUI */
Color(red: 0.953, green: 0.478, blue: 0.984)
/* Android */
Color.parseColor("#f37afb")Accessibility — WCAG contrast
Aa
#f37afb on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37afb on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green47.8%
Blue98.4%
CMYK percentages
Cyan3.2%
Magenta51.4%
Yellow0.0%
Key (black)1.6%
Color previews
#f37afb text on a black background
contrast 8.99:1
Card sample
#f37afb text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37afb;
Background color
Panel with #f37afb background
background-color: #f37afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 122, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 122, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37afb; background: linear-gradient(135deg, #f37afb, #FB7AAD);