#f586cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 134, 205
HSL
322°, 85%, 74%
CMYK
0, 45, 16, 4
Luminance
0.4087
Every format
| HEX | #f586cd |
| RGB | rgb(245, 134, 205) |
| HSL | hsl(322, 85%, 74%) |
| CMYK | cmyk(0%, 45%, 16%, 4%) |
| LAB | lab(70.1 51.1 -17.9) |
| LCH | lch(70.1 54.1 340.7) |
| OKLCH | oklch(0.763 0.158 342.5) |
Copy-ready code
/* CSS */
color: #f586cd;
background-color: #f586cd;
/* Tailwind (arbitrary) */
class="text-[#f586cd] bg-[#f586cd]"
/* SCSS */
$brand: #f586cd;
/* SwiftUI */
Color(red: 0.961, green: 0.525, blue: 0.804)
/* Android */
Color.parseColor("#f586cd")Accessibility — WCAG contrast
Aa
#f586cd on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f586cd on black: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green52.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta45.3%
Yellow16.3%
Key (black)3.9%
Color previews
#f586cd text on a black background
contrast 9.17:1
Card sample
#f586cd text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f586cd;
Background color
Panel with #f586cd background
background-color: #f586cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f586cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 134, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 134, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f586cd; background: linear-gradient(135deg, #f586cd, #F58986);