#f573cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 115, 205
HSL
319°, 87%, 71%
CMYK
0, 53, 16, 4
Luminance
0.3608
Every format
| HEX | #f573cd |
| RGB | rgb(245, 115, 205) |
| HSL | hsl(319, 87%, 71%) |
| CMYK | cmyk(0%, 53%, 16%, 4%) |
| LAB | lab(66.6 60.2 -23.2) |
| LCH | lch(66.6 64.5 338.9) |
| OKLCH | oklch(0.736 0.189 340.7) |
Copy-ready code
/* CSS */
color: #f573cd;
background-color: #f573cd;
/* Tailwind (arbitrary) */
class="text-[#f573cd] bg-[#f573cd]"
/* SCSS */
$brand: #f573cd;
/* SwiftUI */
Color(red: 0.961, green: 0.451, blue: 0.804)
/* Android */
Color.parseColor("#f573cd")Accessibility — WCAG contrast
Aa
#f573cd on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f573cd on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green45.1%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow16.3%
Key (black)3.9%
Color previews
#f573cd text on a black background
contrast 8.22:1
Card sample
#f573cd text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f573cd;
Background color
Panel with #f573cd background
background-color: #f573cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f573cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 115, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 115, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f573cd; background: linear-gradient(135deg, #f573cd, #F57376);