#f583af
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 131, 175
HSL
337°, 85%, 74%
CMYK
0, 47, 29, 4
Luminance
0.3874
Every format
| HEX | #f583af |
| RGB | rgb(245, 131, 175) |
| HSL | hsl(337, 85%, 74%) |
| CMYK | cmyk(0%, 47%, 29%, 4%) |
| LAB | lab(68.6 48.4 -3.4) |
| LCH | lch(68.6 48.5 356.0) |
| OKLCH | oklch(0.748 0.147 356.7) |
Copy-ready code
/* CSS */
color: #f583af;
background-color: #f583af;
/* Tailwind (arbitrary) */
class="text-[#f583af] bg-[#f583af]"
/* SCSS */
$brand: #f583af;
/* SwiftUI */
Color(red: 0.961, green: 0.514, blue: 0.686)
/* Android */
Color.parseColor("#f583af")Accessibility — WCAG contrast
Aa
#f583af on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f583af on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green51.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta46.5%
Yellow28.6%
Key (black)3.9%
Color previews
#f583af text on a black background
contrast 8.75:1
Card sample
#f583af text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f583af;
Background color
Panel with #f583af background
background-color: #f583af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f583af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 131, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 131, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f583af; background: linear-gradient(135deg, #f583af, #F5A383);