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