#f47fba
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 127, 186
HSL
330°, 84%, 73%
CMYK
0, 48, 24, 4
Luminance
0.3796
Every format
| HEX | #f47fba |
| RGB | rgb(244, 127, 186) |
| HSL | hsl(330, 84%, 73%) |
| CMYK | cmyk(0%, 48%, 24%, 4%) |
| LAB | lab(68.0 51.5 -10.4) |
| LCH | lch(68.0 52.5 348.5) |
| OKLCH | oklch(0.745 0.157 350.0) |
Copy-ready code
/* CSS */
color: #f47fba;
background-color: #f47fba;
/* Tailwind (arbitrary) */
class="text-[#f47fba] bg-[#f47fba]"
/* SCSS */
$brand: #f47fba;
/* SwiftUI */
Color(red: 0.957, green: 0.498, blue: 0.729)
/* Android */
Color.parseColor("#f47fba")Accessibility — WCAG contrast
Aa
#f47fba on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f47fba on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green49.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow23.8%
Key (black)4.3%
Color previews
#f47fba text on a black background
contrast 8.59:1
Card sample
#f47fba text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f47fba;
Background color
Panel with #f47fba background
background-color: #f47fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f47fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 127, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 127, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f47fba; background: linear-gradient(135deg, #f47fba, #F4927F);