#f585c2
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 133, 194
HSL
327°, 85%, 74%
CMYK
0, 46, 21, 4
Luminance
0.4008
Every format
| HEX | #f585c2 |
| RGB | rgb(245, 133, 194) |
| HSL | hsl(327, 85%, 74%) |
| CMYK | cmyk(0%, 46%, 21%, 4%) |
| LAB | lab(69.5 50.0 -12.6) |
| LCH | lch(69.5 51.5 345.8) |
| OKLCH | oklch(0.757 0.153 347.5) |
Copy-ready code
/* CSS */
color: #f585c2;
background-color: #f585c2;
/* Tailwind (arbitrary) */
class="text-[#f585c2] bg-[#f585c2]"
/* SCSS */
$brand: #f585c2;
/* SwiftUI */
Color(red: 0.961, green: 0.522, blue: 0.761)
/* Android */
Color.parseColor("#f585c2")Accessibility — WCAG contrast
Aa
#f585c2 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f585c2 on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green52.2%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta45.7%
Yellow20.8%
Key (black)3.9%
Color previews
#f585c2 text on a black background
contrast 9.02:1
Card sample
#f585c2 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f585c2;
Background color
Panel with #f585c2 background
background-color: #f585c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f585c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 133, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 133, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f585c2; background: linear-gradient(135deg, #f585c2, #F59385);