#fcdafc
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 218, 252
HSL
300°, 85%, 92%
CMYK
0, 14, 0, 1
Luminance
0.7787
Every format
| HEX | #fcdafc |
| RGB | rgb(252, 218, 252) |
| HSL | hsl(300, 85%, 92%) |
| CMYK | cmyk(0%, 14%, 0%, 1%) |
| LAB | lab(90.7 17.5 -12.2) |
| LCH | lch(90.7 21.3 325.2) |
| OKLCH | oklch(0.927 0.058 326.0) |
Copy-ready code
/* CSS */
color: #fcdafc;
background-color: #fcdafc;
/* Tailwind (arbitrary) */
class="text-[#fcdafc] bg-[#fcdafc]"
/* SCSS */
$brand: #fcdafc;
/* SwiftUI */
Color(red: 0.988, green: 0.855, blue: 0.988)
/* Android */
Color.parseColor("#fcdafc")Accessibility — WCAG contrast
Aa
#fcdafc on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdafc on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.5%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow0.0%
Key (black)1.2%
Color previews
#fcdafc text on a black background
contrast 16.57:1
Card sample
#fcdafc text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdafc;
Background color
Panel with #fcdafc background
background-color: #fcdafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 218, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 218, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdafc; background: linear-gradient(135deg, #fcdafc, #FCDAE5);