#f48cba
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 140, 186
HSL
334°, 83%, 75%
CMYK
0, 43, 24, 4
Luminance
0.4153
Every format
| HEX | #f48cba |
| RGB | rgb(244, 140, 186) |
| HSL | hsl(334, 83%, 75%) |
| CMYK | cmyk(0%, 43%, 24%, 4%) |
| LAB | lab(70.5 45.0 -6.6) |
| LCH | lch(70.5 45.5 351.6) |
| OKLCH | oklch(0.764 0.136 352.8) |
Copy-ready code
/* CSS */
color: #f48cba;
background-color: #f48cba;
/* Tailwind (arbitrary) */
class="text-[#f48cba] bg-[#f48cba]"
/* SCSS */
$brand: #f48cba;
/* SwiftUI */
Color(red: 0.957, green: 0.549, blue: 0.729)
/* Android */
Color.parseColor("#f48cba")Accessibility — WCAG contrast
Aa
#f48cba on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f48cba on black: 9.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green54.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow23.8%
Key (black)4.3%
Color previews
#f48cba text on a black background
contrast 9.31:1
Card sample
#f48cba text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f48cba;
Background color
Panel with #f48cba background
background-color: #f48cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f48cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 140, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 140, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f48cba; background: linear-gradient(135deg, #f48cba, #F4A38C);