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