#fcc0da
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 192, 218
HSL
334°, 91%, 87%
CMYK
0, 24, 14, 1
Luminance
0.6346
Every format
| HEX | #fcc0da |
| RGB | rgb(252, 192, 218) |
| HSL | hsl(334, 91%, 87%) |
| CMYK | cmyk(0%, 24%, 14%, 1%) |
| LAB | lab(83.7 25.4 -4.6) |
| LCH | lch(83.7 25.8 349.7) |
| OKLCH | oklch(0.869 0.076 351.0) |
Copy-ready code
/* CSS */
color: #fcc0da;
background-color: #fcc0da;
/* Tailwind (arbitrary) */
class="text-[#fcc0da] bg-[#fcc0da]"
/* SCSS */
$brand: #fcc0da;
/* SwiftUI */
Color(red: 0.988, green: 0.753, blue: 0.855)
/* Android */
Color.parseColor("#fcc0da")Accessibility — WCAG contrast
Aa
#fcc0da on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcc0da on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green75.3%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow13.5%
Key (black)1.2%
Color previews
#fcc0da text on a black background
contrast 13.69:1
Card sample
#fcc0da text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcc0da;
Background color
Panel with #fcc0da background
background-color: #fcc0da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcc0da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 192, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 192, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcc0da; background: linear-gradient(135deg, #fcc0da, #FCCEC0);