#f48fd3
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 143, 211
HSL
320°, 82%, 76%
CMYK
0, 41, 14, 4
Luminance
0.4358
Every format
| HEX | #f48fd3 |
| RGB | rgb(244, 143, 211) |
| HSL | hsl(320, 82%, 76%) |
| CMYK | cmyk(0%, 41%, 14%, 4%) |
| LAB | lab(72.0 47.2 -18.4) |
| LCH | lch(72.0 50.6 338.7) |
| OKLCH | oklch(0.777 0.147 340.5) |
Copy-ready code
/* CSS */
color: #f48fd3;
background-color: #f48fd3;
/* Tailwind (arbitrary) */
class="text-[#f48fd3] bg-[#f48fd3]"
/* SCSS */
$brand: #f48fd3;
/* SwiftUI */
Color(red: 0.957, green: 0.561, blue: 0.827)
/* Android */
Color.parseColor("#f48fd3")Accessibility — WCAG contrast
Aa
#f48fd3 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f48fd3 on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green56.1%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta41.4%
Yellow13.5%
Key (black)4.3%
Color previews
#f48fd3 text on a black background
contrast 9.72:1
Card sample
#f48fd3 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f48fd3;
Background color
Panel with #f48fd3 background
background-color: #f48fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f48fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 143, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 143, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f48fd3; background: linear-gradient(135deg, #f48fd3, #F48F90);