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