#f48cfb
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 140, 251
HSL
296°, 93%, 77%
CMYK
3, 44, 0, 2
Luminance
0.4495
Every format
| HEX | #f48cfb |
| RGB | rgb(244, 140, 251) |
| HSL | hsl(296, 93%, 77%) |
| CMYK | cmyk(3%, 44%, 0%, 2%) |
| LAB | lab(72.9 55.4 -38.9) |
| LCH | lch(72.9 67.7 324.9) |
| OKLCH | oklch(0.789 0.185 324.8) |
Copy-ready code
/* CSS */
color: #f48cfb;
background-color: #f48cfb;
/* Tailwind (arbitrary) */
class="text-[#f48cfb] bg-[#f48cfb]"
/* SCSS */
$brand: #f48cfb;
/* SwiftUI */
Color(red: 0.957, green: 0.549, blue: 0.984)
/* Android */
Color.parseColor("#f48cfb")Accessibility — WCAG contrast
Aa
#f48cfb on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f48cfb on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green54.9%
Blue98.4%
CMYK percentages
Cyan2.8%
Magenta44.2%
Yellow0.0%
Key (black)1.6%
Color previews
#f48cfb text on a black background
contrast 9.99:1
Card sample
#f48cfb text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f48cfb;
Background color
Panel with #f48cfb background
background-color: #f48cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f48cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 140, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 140, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f48cfb; background: linear-gradient(135deg, #f48cfb, #FB8CB8);