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