#fcdaff
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 218, 255
HSL
295°, 100%, 93%
CMYK
1, 15, 0, 0
Luminance
0.7806
Every format
| HEX | #fcdaff |
| RGB | rgb(252, 218, 255) |
| HSL | hsl(295, 100%, 93%) |
| CMYK | cmyk(1%, 15%, 0%, 0%) |
| LAB | lab(90.8 18.0 -13.6) |
| LCH | lch(90.8 22.6 323.0) |
| OKLCH | oklch(0.928 0.061 323.5) |
Copy-ready code
/* CSS */
color: #fcdaff;
background-color: #fcdaff;
/* Tailwind (arbitrary) */
class="text-[#fcdaff] bg-[#fcdaff]"
/* SCSS */
$brand: #fcdaff;
/* SwiftUI */
Color(red: 0.988, green: 0.855, blue: 1.000)
/* Android */
Color.parseColor("#fcdaff")Accessibility — WCAG contrast
Aa
#fcdaff on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdaff on black: 16.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.5%
Blue100.0%
CMYK percentages
Cyan1.2%
Magenta14.5%
Yellow0.0%
Key (black)0.0%
Color previews
#fcdaff text on a black background
contrast 16.61:1
Card sample
#fcdaff text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdaff;
Background color
Panel with #fcdaff background
background-color: #fcdaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 218, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 218, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdaff; background: linear-gradient(135deg, #fcdaff, #FFDAE9);