#f48fd0
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 143, 208
HSL
321°, 82%, 76%
CMYK
0, 41, 15, 4
Luminance
0.4343
Every format
| HEX | #f48fd0 |
| RGB | rgb(244, 143, 208) |
| HSL | hsl(321, 82%, 76%) |
| CMYK | cmyk(0%, 41%, 15%, 4%) |
| LAB | lab(71.8 46.7 -16.9) |
| LCH | lch(71.8 49.7 340.1) |
| OKLCH | oklch(0.776 0.144 341.9) |
Copy-ready code
/* CSS */
color: #f48fd0;
background-color: #f48fd0;
/* Tailwind (arbitrary) */
class="text-[#f48fd0] bg-[#f48fd0]"
/* SCSS */
$brand: #f48fd0;
/* SwiftUI */
Color(red: 0.957, green: 0.561, blue: 0.816)
/* Android */
Color.parseColor("#f48fd0")Accessibility — WCAG contrast
Aa
#f48fd0 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f48fd0 on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green56.1%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta41.4%
Yellow14.8%
Key (black)4.3%
Color previews
#f48fd0 text on a black background
contrast 9.69:1
Card sample
#f48fd0 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f48fd0;
Background color
Panel with #f48fd0 background
background-color: #f48fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f48fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 143, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 143, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f48fd0; background: linear-gradient(135deg, #f48fd0, #F4918F);