#f487df
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 135, 223
HSL
312°, 83%, 74%
CMYK
0, 45, 9, 4
Luminance
0.4189
Every format
| HEX | #f487df |
| RGB | rgb(244, 135, 223) |
| HSL | hsl(312, 83%, 74%) |
| CMYK | cmyk(0%, 45%, 9%, 4%) |
| LAB | lab(70.8 53.1 -26.8) |
| LCH | lch(70.8 59.5 333.2) |
| OKLCH | oklch(0.770 0.169 334.7) |
Copy-ready code
/* CSS */
color: #f487df;
background-color: #f487df;
/* Tailwind (arbitrary) */
class="text-[#f487df] bg-[#f487df]"
/* SCSS */
$brand: #f487df;
/* SwiftUI */
Color(red: 0.957, green: 0.529, blue: 0.875)
/* Android */
Color.parseColor("#f487df")Accessibility — WCAG contrast
Aa
#f487df on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f487df on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green52.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow8.6%
Key (black)4.3%
Color previews
#f487df text on a black background
contrast 9.38:1
Card sample
#f487df text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f487df;
Background color
Panel with #f487df background
background-color: #f487df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f487df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 135, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 135, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f487df; background: linear-gradient(135deg, #f487df, #F48796);