#f583cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 131, 207
HSL
320°, 85%, 74%
CMYK
0, 47, 16, 4
Luminance
0.4015
Every format
| HEX | #f583cf |
| RGB | rgb(245, 131, 207) |
| HSL | hsl(320, 85%, 74%) |
| CMYK | cmyk(0%, 47%, 16%, 4%) |
| LAB | lab(69.6 52.9 -19.8) |
| LCH | lch(69.6 56.4 339.5) |
| OKLCH | oklch(0.759 0.165 341.3) |
Copy-ready code
/* CSS */
color: #f583cf;
background-color: #f583cf;
/* Tailwind (arbitrary) */
class="text-[#f583cf] bg-[#f583cf]"
/* SCSS */
$brand: #f583cf;
/* SwiftUI */
Color(red: 0.961, green: 0.514, blue: 0.812)
/* Android */
Color.parseColor("#f583cf")Accessibility — WCAG contrast
Aa
#f583cf on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f583cf on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green51.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta46.5%
Yellow15.5%
Key (black)3.9%
Color previews
#f583cf text on a black background
contrast 9.03:1
Card sample
#f583cf text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f583cf;
Background color
Panel with #f583cf background
background-color: #f583cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f583cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 131, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 131, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f583cf; background: linear-gradient(135deg, #f583cf, #F58383);