#f48fdf
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 143, 223
HSL
313°, 82%, 76%
CMYK
0, 41, 9, 4
Luminance
0.4421
Every format
| HEX | #f48fdf |
| RGB | rgb(244, 143, 223) |
| HSL | hsl(313, 82%, 76%) |
| CMYK | cmyk(0%, 41%, 9%, 4%) |
| LAB | lab(72.4 49.1 -24.4) |
| LCH | lch(72.4 54.8 333.6) |
| OKLCH | oklch(0.781 0.156 335.1) |
Copy-ready code
/* CSS */
color: #f48fdf;
background-color: #f48fdf;
/* Tailwind (arbitrary) */
class="text-[#f48fdf] bg-[#f48fdf]"
/* SCSS */
$brand: #f48fdf;
/* SwiftUI */
Color(red: 0.957, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#f48fdf")Accessibility — WCAG contrast
Aa
#f48fdf on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f48fdf on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green56.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta41.4%
Yellow8.6%
Key (black)4.3%
Color previews
#f48fdf text on a black background
contrast 9.84:1
Card sample
#f48fdf text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f48fdf;
Background color
Panel with #f48fdf background
background-color: #f48fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f48fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f48fdf; background: linear-gradient(135deg, #f48fdf, #F48F9C);