#f37afd
a light, electric magenta / pink · warm · closest name: violet
RGB
243, 122, 253
HSL
295°, 97%, 74%
CMYK
4, 52, 0, 1
Luminance
0.4007
Every format
| HEX | #f37afd |
| RGB | rgb(243, 122, 253) |
| HSL | hsl(295, 97%, 74%) |
| CMYK | cmyk(4%, 52%, 0%, 1%) |
| LAB | lab(69.5 64.2 -45.3) |
| LCH | lch(69.5 78.5 324.8) |
| OKLCH | oklch(0.764 0.215 324.5) |
Copy-ready code
/* CSS */
color: #f37afd;
background-color: #f37afd;
/* Tailwind (arbitrary) */
class="text-[#f37afd] bg-[#f37afd]"
/* SCSS */
$brand: #f37afd;
/* SwiftUI */
Color(red: 0.953, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#f37afd")Accessibility — WCAG contrast
Aa
#f37afd on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f37afd on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green47.8%
Blue99.2%
CMYK percentages
Cyan4.0%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#f37afd text on a black background
contrast 9.01:1
Card sample
#f37afd text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f37afd;
Background color
Panel with #f37afd background
background-color: #f37afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f37afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f37afd; background: linear-gradient(135deg, #f37afd, #FD7AB0);