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