#f48abf
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 138, 191
HSL
330°, 83%, 75%
CMYK
0, 43, 22, 4
Luminance
0.4117
Every format
| HEX | #f48abf |
| RGB | rgb(244, 138, 191) |
| HSL | hsl(330, 83%, 75%) |
| CMYK | cmyk(0%, 43%, 22%, 4%) |
| LAB | lab(70.3 46.7 -9.8) |
| LCH | lch(70.3 47.7 348.1) |
| OKLCH | oklch(0.762 0.142 349.7) |
Copy-ready code
/* CSS */
color: #f48abf;
background-color: #f48abf;
/* Tailwind (arbitrary) */
class="text-[#f48abf] bg-[#f48abf]"
/* SCSS */
$brand: #f48abf;
/* SwiftUI */
Color(red: 0.957, green: 0.541, blue: 0.749)
/* Android */
Color.parseColor("#f48abf")Accessibility — WCAG contrast
Aa
#f48abf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f48abf on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green54.1%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow21.7%
Key (black)4.3%
Color previews
#f48abf text on a black background
contrast 9.23:1
Card sample
#f48abf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f48abf;
Background color
Panel with #f48abf background
background-color: #f48abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f48abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 138, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 138, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f48abf; background: linear-gradient(135deg, #f48abf, #F49C8A);