#fc9ace
a light, electric magenta / pink · warm · closest name: plum
RGB
252, 154, 206
HSL
328°, 94%, 80%
CMYK
0, 39, 18, 1
Luminance
0.4826
Every format
| HEX | #fc9ace |
| RGB | rgb(252, 154, 206) |
| HSL | hsl(328, 94%, 80%) |
| CMYK | cmyk(0%, 39%, 18%, 1%) |
| LAB | lab(75.0 43.4 -11.0) |
| LCH | lch(75.0 44.7 345.8) |
| OKLCH | oklch(0.801 0.132 347.4) |
Copy-ready code
/* CSS */
color: #fc9ace;
background-color: #fc9ace;
/* Tailwind (arbitrary) */
class="text-[#fc9ace] bg-[#fc9ace]"
/* SCSS */
$brand: #fc9ace;
/* SwiftUI */
Color(red: 0.988, green: 0.604, blue: 0.808)
/* Android */
Color.parseColor("#fc9ace")Accessibility — WCAG contrast
Aa
#fc9ace on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fc9ace on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green60.4%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta38.9%
Yellow18.3%
Key (black)1.2%
Color previews
#fc9ace text on a black background
contrast 10.65:1
Card sample
#fc9ace text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fc9ace;
Background color
Panel with #fc9ace background
background-color: #fc9ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fc9ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 154, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 154, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fc9ace; background: linear-gradient(135deg, #fc9ace, #FCA79A);