#f48fda
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 143, 218
HSL
315°, 82%, 76%
CMYK
0, 41, 11, 4
Luminance
0.4394
Every format
| HEX | #f48fda |
| RGB | rgb(244, 143, 218) |
| HSL | hsl(315, 82%, 76%) |
| CMYK | cmyk(0%, 41%, 11%, 4%) |
| LAB | lab(72.2 48.3 -21.9) |
| LCH | lch(72.2 53.0 335.6) |
| OKLCH | oklch(0.780 0.152 337.2) |
Copy-ready code
/* CSS */
color: #f48fda;
background-color: #f48fda;
/* Tailwind (arbitrary) */
class="text-[#f48fda] bg-[#f48fda]"
/* SCSS */
$brand: #f48fda;
/* SwiftUI */
Color(red: 0.957, green: 0.561, blue: 0.855)
/* Android */
Color.parseColor("#f48fda")Accessibility — WCAG contrast
Aa
#f48fda on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f48fda on black: 9.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green56.1%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta41.4%
Yellow10.7%
Key (black)4.3%
Color previews
#f48fda text on a black background
contrast 9.79:1
Card sample
#f48fda text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f48fda;
Background color
Panel with #f48fda background
background-color: #f48fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f48fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 143, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 143, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f48fda; background: linear-gradient(135deg, #f48fda, #F48F97);