#fc84cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
252, 132, 207
HSL
323°, 95%, 75%
CMYK
0, 48, 18, 1
Luminance
0.4170
Every format
| HEX | #fc84cf |
| RGB | rgb(252, 132, 207) |
| HSL | hsl(323, 95%, 75%) |
| CMYK | cmyk(0%, 48%, 18%, 1%) |
| LAB | lab(70.7 54.5 -18.0) |
| LCH | lch(70.7 57.4 341.7) |
| OKLCH | oklch(0.769 0.169 343.5) |
Copy-ready code
/* CSS */
color: #fc84cf;
background-color: #fc84cf;
/* Tailwind (arbitrary) */
class="text-[#fc84cf] bg-[#fc84cf]"
/* SCSS */
$brand: #fc84cf;
/* SwiftUI */
Color(red: 0.988, green: 0.518, blue: 0.812)
/* Android */
Color.parseColor("#fc84cf")Accessibility — WCAG contrast
Aa
#fc84cf on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc84cf on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green51.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta47.6%
Yellow17.9%
Key (black)1.2%
Color previews
#fc84cf text on a black background
contrast 9.34:1
Card sample
#fc84cf text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc84cf;
Background color
Panel with #fc84cf background
background-color: #fc84cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc84cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 132, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 132, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc84cf; background: linear-gradient(135deg, #fc84cf, #FC8984);