#fcc8ec
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 200, 236
HSL
319°, 90%, 89%
CMYK
0, 21, 6, 1
Luminance
0.6806
Every format
| HEX | #fcc8ec |
| RGB | rgb(252, 200, 236) |
| HSL | hsl(319, 90%, 89%) |
| CMYK | cmyk(0%, 21%, 6%, 1%) |
| LAB | lab(86.0 24.1 -10.7) |
| LCH | lch(86.0 26.4 336.1) |
| OKLCH | oklch(0.889 0.075 337.7) |
Copy-ready code
/* CSS */
color: #fcc8ec;
background-color: #fcc8ec;
/* Tailwind (arbitrary) */
class="text-[#fcc8ec] bg-[#fcc8ec]"
/* SCSS */
$brand: #fcc8ec;
/* SwiftUI */
Color(red: 0.988, green: 0.784, blue: 0.925)
/* Android */
Color.parseColor("#fcc8ec")Accessibility — WCAG contrast
Aa
#fcc8ec on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc8ec on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green78.4%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow6.3%
Key (black)1.2%
Color previews
#fcc8ec text on a black background
contrast 14.61:1
Card sample
#fcc8ec text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc8ec;
Background color
Panel with #fcc8ec background
background-color: #fcc8ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc8ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 200, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 200, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc8ec; background: linear-gradient(135deg, #fcc8ec, #FCC8C9);