#fcc6eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 198, 235
HSL
319°, 90%, 88%
CMYK
0, 21, 7, 1
Luminance
0.6708
Every format
| HEX | #fcc6eb |
| RGB | rgb(252, 198, 235) |
| HSL | hsl(319, 90%, 88%) |
| CMYK | cmyk(0%, 21%, 7%, 1%) |
| LAB | lab(85.5 25.0 -10.9) |
| LCH | lch(85.5 27.3 336.4) |
| OKLCH | oklch(0.885 0.077 338.1) |
Copy-ready code
/* CSS */
color: #fcc6eb;
background-color: #fcc6eb;
/* Tailwind (arbitrary) */
class="text-[#fcc6eb] bg-[#fcc6eb]"
/* SCSS */
$brand: #fcc6eb;
/* SwiftUI */
Color(red: 0.988, green: 0.776, blue: 0.922)
/* Android */
Color.parseColor("#fcc6eb")Accessibility — WCAG contrast
Aa
#fcc6eb on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc6eb on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green77.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta21.4%
Yellow6.7%
Key (black)1.2%
Color previews
#fcc6eb text on a black background
contrast 14.42:1
Card sample
#fcc6eb text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc6eb;
Background color
Panel with #fcc6eb background
background-color: #fcc6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 198, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 198, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc6eb; background: linear-gradient(135deg, #fcc6eb, #FCC6C7);