#f585ad
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 133, 173
HSL
339°, 85%, 74%
CMYK
0, 46, 29, 4
Luminance
0.3920
Every format
| HEX | #f585ad |
| RGB | rgb(245, 133, 173) |
| HSL | hsl(339, 85%, 74%) |
| CMYK | cmyk(0%, 46%, 29%, 4%) |
| LAB | lab(68.9 47.1 -1.8) |
| LCH | lch(68.9 47.1 357.8) |
| OKLCH | oklch(0.750 0.143 358.4) |
Copy-ready code
/* CSS */
color: #f585ad;
background-color: #f585ad;
/* Tailwind (arbitrary) */
class="text-[#f585ad] bg-[#f585ad]"
/* SCSS */
$brand: #f585ad;
/* SwiftUI */
Color(red: 0.961, green: 0.522, blue: 0.678)
/* Android */
Color.parseColor("#f585ad")Accessibility — WCAG contrast
Aa
#f585ad on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f585ad on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green52.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow29.4%
Key (black)3.9%
Color previews
#f585ad text on a black background
contrast 8.84:1
Card sample
#f585ad text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f585ad;
Background color
Panel with #f585ad background
background-color: #f585ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f585ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 133, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 133, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f585ad; background: linear-gradient(135deg, #f585ad, #F5A885);