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