#fcd8f2
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 216, 242
HSL
317°, 86%, 92%
CMYK
0, 14, 4, 1
Luminance
0.7622
Every format
| HEX | #fcd8f2 |
| RGB | rgb(252, 216, 242) |
| HSL | hsl(317, 86%, 92%) |
| CMYK | cmyk(0%, 14%, 4%, 1%) |
| LAB | lab(90.0 16.8 -8.1) |
| LCH | lch(90.0 18.6 334.4) |
| OKLCH | oklch(0.920 0.052 336.0) |
Copy-ready code
/* CSS */
color: #fcd8f2;
background-color: #fcd8f2;
/* Tailwind (arbitrary) */
class="text-[#fcd8f2] bg-[#fcd8f2]"
/* SCSS */
$brand: #fcd8f2;
/* SwiftUI */
Color(red: 0.988, green: 0.847, blue: 0.949)
/* Android */
Color.parseColor("#fcd8f2")Accessibility — WCAG contrast
Aa
#fcd8f2 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd8f2 on black: 16.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green84.7%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow4.0%
Key (black)1.2%
Color previews
#fcd8f2 text on a black background
contrast 16.24:1
Card sample
#fcd8f2 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd8f2;
Background color
Panel with #fcd8f2 background
background-color: #fcd8f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd8f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 216, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 216, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd8f2; background: linear-gradient(135deg, #fcd8f2, #FCD8DA);