#f572cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
245, 114, 207
HSL
317°, 87%, 70%
CMYK
0, 54, 16, 4
Luminance
0.3595
Every format
| HEX | #f572cf |
| RGB | rgb(245, 114, 207) |
| HSL | hsl(317, 87%, 70%) |
| CMYK | cmyk(0%, 54%, 16%, 4%) |
| LAB | lab(66.5 61.0 -24.5) |
| LCH | lch(66.5 65.7 338.1) |
| OKLCH | oklch(0.736 0.192 339.9) |
Copy-ready code
/* CSS */
color: #f572cf;
background-color: #f572cf;
/* Tailwind (arbitrary) */
class="text-[#f572cf] bg-[#f572cf]"
/* SCSS */
$brand: #f572cf;
/* SwiftUI */
Color(red: 0.961, green: 0.447, blue: 0.812)
/* Android */
Color.parseColor("#f572cf")Accessibility — WCAG contrast
Aa
#f572cf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f572cf on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green44.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta53.5%
Yellow15.5%
Key (black)3.9%
Color previews
#f572cf text on a black background
contrast 8.19:1
Card sample
#f572cf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f572cf;
Background color
Panel with #f572cf background
background-color: #f572cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f572cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 114, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 114, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f572cf; background: linear-gradient(135deg, #f572cf, #F57278);