#fc8ace
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 138, 206
HSL
324°, 95%, 77%
CMYK
0, 45, 18, 1
Luminance
0.4333
Every format
| HEX | #fc8ace |
| RGB | rgb(252, 138, 206) |
| HSL | hsl(324, 95%, 77%) |
| CMYK | cmyk(0%, 45%, 18%, 1%) |
| LAB | lab(71.8 51.5 -15.8) |
| LCH | lch(71.8 53.8 342.9) |
| OKLCH | oklch(0.777 0.158 344.7) |
Copy-ready code
/* CSS */
color: #fc8ace;
background-color: #fc8ace;
/* Tailwind (arbitrary) */
class="text-[#fc8ace] bg-[#fc8ace]"
/* SCSS */
$brand: #fc8ace;
/* SwiftUI */
Color(red: 0.988, green: 0.541, blue: 0.808)
/* Android */
Color.parseColor("#fc8ace")Accessibility — WCAG contrast
Aa
#fc8ace on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc8ace on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green54.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta45.2%
Yellow18.3%
Key (black)1.2%
Color previews
#fc8ace text on a black background
contrast 9.67:1
Card sample
#fc8ace text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc8ace;
Background color
Panel with #fc8ace background
background-color: #fc8ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc8ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 138, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 138, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc8ace; background: linear-gradient(135deg, #fc8ace, #FC928A);