#fccadc
a pale, electric magenta / pink · warm · closest name: pink
RGB
252, 202, 220
HSL
338°, 89%, 89%
CMYK
0, 20, 13, 1
Luminance
0.6810
Every format
| HEX | #fccadc |
| RGB | rgb(252, 202, 220) |
| HSL | hsl(338, 89%, 89%) |
| CMYK | cmyk(0%, 20%, 13%, 1%) |
| LAB | lab(86.1 20.4 -2.2) |
| LCH | lch(86.1 20.6 353.9) |
| OKLCH | oklch(0.888 0.061 354.9) |
Copy-ready code
/* CSS */
color: #fccadc;
background-color: #fccadc;
/* Tailwind (arbitrary) */
class="text-[#fccadc] bg-[#fccadc]"
/* SCSS */
$brand: #fccadc;
/* SwiftUI */
Color(red: 0.988, green: 0.792, blue: 0.863)
/* Android */
Color.parseColor("#fccadc")Accessibility — WCAG contrast
Aa
#fccadc on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fccadc on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green79.2%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta19.8%
Yellow12.7%
Key (black)1.2%
Color previews
#fccadc text on a black background
contrast 14.62:1
Card sample
#fccadc text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fccadc;
Background color
Panel with #fccadc background
background-color: #fccadc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fccadc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 202, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 202, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fccadc; background: linear-gradient(135deg, #fccadc, #FCD9CA);