#f486ba
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 134, 186
HSL
332°, 83%, 74%
CMYK
0, 45, 24, 4
Luminance
0.3983
Every format
| HEX | #f486ba |
| RGB | rgb(244, 134, 186) |
| HSL | hsl(332, 83%, 74%) |
| CMYK | cmyk(0%, 45%, 24%, 4%) |
| LAB | lab(69.3 48.0 -8.4) |
| LCH | lch(69.3 48.7 350.1) |
| OKLCH | oklch(0.755 0.146 351.4) |
Copy-ready code
/* CSS */
color: #f486ba;
background-color: #f486ba;
/* Tailwind (arbitrary) */
class="text-[#f486ba] bg-[#f486ba]"
/* SCSS */
$brand: #f486ba;
/* SwiftUI */
Color(red: 0.957, green: 0.525, blue: 0.729)
/* Android */
Color.parseColor("#f486ba")Accessibility — WCAG contrast
Aa
#f486ba on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f486ba on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green52.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow23.8%
Key (black)4.3%
Color previews
#f486ba text on a black background
contrast 8.97:1
Card sample
#f486ba text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f486ba;
Background color
Panel with #f486ba background
background-color: #f486ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f486ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 134, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 134, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f486ba; background: linear-gradient(135deg, #f486ba, #F49B86);