#fc55cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
252, 85, 207
HSL
316°, 97%, 66%
CMYK
0, 66, 18, 1
Luminance
0.3170
Every format
| HEX | #fc55cf |
| RGB | rgb(252, 85, 207) |
| HSL | hsl(316, 97%, 66%) |
| CMYK | cmyk(0%, 66%, 18%, 1%) |
| LAB | lab(63.1 74.9 -29.6) |
| LCH | lch(63.1 80.5 338.4) |
| OKLCH | oklch(0.713 0.237 340.3) |
Copy-ready code
/* CSS */
color: #fc55cf;
background-color: #fc55cf;
/* Tailwind (arbitrary) */
class="text-[#fc55cf] bg-[#fc55cf]"
/* SCSS */
$brand: #fc55cf;
/* SwiftUI */
Color(red: 0.988, green: 0.333, blue: 0.812)
/* Android */
Color.parseColor("#fc55cf")Accessibility — WCAG contrast
Aa
#fc55cf on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc55cf on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green33.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta66.3%
Yellow17.9%
Key (black)1.2%
Color previews
#fc55cf text on a black background
contrast 7.34:1
Card sample
#fc55cf text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc55cf;
Background color
Panel with #fc55cf background
background-color: #fc55cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc55cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 85, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 85, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc55cf; background: linear-gradient(135deg, #fc55cf, #FC5560);