#fc82bf
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 130, 191
HSL
330°, 95%, 75%
CMYK
0, 48, 24, 1
Luminance
0.4042
Every format
| HEX | #fc82bf |
| RGB | rgb(252, 130, 191) |
| HSL | hsl(330, 95%, 75%) |
| CMYK | cmyk(0%, 48%, 24%, 1%) |
| LAB | lab(69.8 53.3 -10.5) |
| LCH | lch(69.8 54.3 348.9) |
| OKLCH | oklch(0.761 0.163 350.4) |
Copy-ready code
/* CSS */
color: #fc82bf;
background-color: #fc82bf;
/* Tailwind (arbitrary) */
class="text-[#fc82bf] bg-[#fc82bf]"
/* SCSS */
$brand: #fc82bf;
/* SwiftUI */
Color(red: 0.988, green: 0.510, blue: 0.749)
/* Android */
Color.parseColor("#fc82bf")Accessibility — WCAG contrast
Aa
#fc82bf on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc82bf on black: 9.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green51.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta48.4%
Yellow24.2%
Key (black)1.2%
Color previews
#fc82bf text on a black background
contrast 9.08:1
Card sample
#fc82bf text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc82bf;
Background color
Panel with #fc82bf background
background-color: #fc82bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc82bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 130, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 130, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc82bf; background: linear-gradient(135deg, #fc82bf, #FC9682);