#fcc4eb
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 196, 235
HSL
318°, 90%, 88%
CMYK
0, 22, 7, 1
Luminance
0.6617
Every format
| HEX | #fcc4eb |
| RGB | rgb(252, 196, 235) |
| HSL | hsl(318, 90%, 88%) |
| CMYK | cmyk(0%, 22%, 7%, 1%) |
| LAB | lab(85.1 26.1 -11.6) |
| LCH | lch(85.1 28.5 336.0) |
| OKLCH | oklch(0.881 0.081 337.7) |
Copy-ready code
/* CSS */
color: #fcc4eb;
background-color: #fcc4eb;
/* Tailwind (arbitrary) */
class="text-[#fcc4eb] bg-[#fcc4eb]"
/* SCSS */
$brand: #fcc4eb;
/* SwiftUI */
Color(red: 0.988, green: 0.769, blue: 0.922)
/* Android */
Color.parseColor("#fcc4eb")Accessibility — WCAG contrast
Aa
#fcc4eb on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc4eb on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green76.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow6.7%
Key (black)1.2%
Color previews
#fcc4eb text on a black background
contrast 14.23:1
Card sample
#fcc4eb text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc4eb;
Background color
Panel with #fcc4eb background
background-color: #fcc4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 196, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 196, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc4eb; background: linear-gradient(135deg, #fcc4eb, #FCC4C5);