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