#fc58cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
252, 88, 207
HSL
317°, 97%, 67%
CMYK
0, 65, 18, 1
Luminance
0.3218
Every format
| HEX | #fc58cf |
| RGB | rgb(252, 88, 207) |
| HSL | hsl(317, 97%, 67%) |
| CMYK | cmyk(0%, 65%, 18%, 1%) |
| LAB | lab(63.5 73.8 -29.0) |
| LCH | lch(63.5 79.3 338.5) |
| OKLCH | oklch(0.716 0.233 340.4) |
Copy-ready code
/* CSS */
color: #fc58cf;
background-color: #fc58cf;
/* Tailwind (arbitrary) */
class="text-[#fc58cf] bg-[#fc58cf]"
/* SCSS */
$brand: #fc58cf;
/* SwiftUI */
Color(red: 0.988, green: 0.345, blue: 0.812)
/* Android */
Color.parseColor("#fc58cf")Accessibility — WCAG contrast
Aa
#fc58cf on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc58cf on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green34.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta65.1%
Yellow17.9%
Key (black)1.2%
Color previews
#fc58cf text on a black background
contrast 7.44:1
Card sample
#fc58cf text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc58cf;
Background color
Panel with #fc58cf background
background-color: #fc58cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc58cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 88, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 88, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc58cf; background: linear-gradient(135deg, #fc58cf, #FC5862);