#f487b3
a light, electric magenta / pink · warm · closest name: plum
RGB
244, 135, 179
HSL
336°, 83%, 74%
CMYK
0, 45, 27, 4
Luminance
0.3982
Every format
| HEX | #f487b3 |
| RGB | rgb(244, 135, 179) |
| HSL | hsl(336, 83%, 74%) |
| CMYK | cmyk(0%, 45%, 27%, 4%) |
| LAB | lab(69.3 46.5 -4.5) |
| LCH | lch(69.3 46.8 354.5) |
| OKLCH | oklch(0.754 0.141 355.4) |
Copy-ready code
/* CSS */
color: #f487b3;
background-color: #f487b3;
/* Tailwind (arbitrary) */
class="text-[#f487b3] bg-[#f487b3]"
/* SCSS */
$brand: #f487b3;
/* SwiftUI */
Color(red: 0.957, green: 0.529, blue: 0.702)
/* Android */
Color.parseColor("#f487b3")Accessibility — WCAG contrast
Aa
#f487b3 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f487b3 on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green52.9%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow26.6%
Key (black)4.3%
Color previews
#f487b3 text on a black background
contrast 8.96:1
Card sample
#f487b3 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f487b3;
Background color
Panel with #f487b3 background
background-color: #f487b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f487b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 135, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 135, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f487b3; background: linear-gradient(135deg, #f487b3, #F4A487);