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