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