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