#f586df
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 134, 223
HSL
312°, 85%, 74%
CMYK
0, 45, 9, 4
Luminance
0.4179
Every format
| HEX | #f586df |
| RGB | rgb(245, 134, 223) |
| HSL | hsl(312, 85%, 74%) |
| CMYK | cmyk(0%, 45%, 9%, 4%) |
| LAB | lab(70.7 53.9 -26.9) |
| LCH | lch(70.7 60.2 333.5) |
| OKLCH | oklch(0.769 0.172 335.0) |
Copy-ready code
/* CSS */
color: #f586df;
background-color: #f586df;
/* Tailwind (arbitrary) */
class="text-[#f586df] bg-[#f586df]"
/* SCSS */
$brand: #f586df;
/* SwiftUI */
Color(red: 0.961, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#f586df")Accessibility — WCAG contrast
Aa
#f586df on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f586df on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green52.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta45.3%
Yellow9.0%
Key (black)3.9%
Color previews
#f586df text on a black background
contrast 9.36:1
Card sample
#f586df text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f586df;
Background color
Panel with #f586df background
background-color: #f586df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f586df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f586df; background: linear-gradient(135deg, #f586df, #F58695);