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