#fcdfff
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 223, 255
HSL
294°, 100%, 94%
CMYK
1, 13, 0, 0
Luminance
0.8069
Every format
| HEX | #fcdfff |
| RGB | rgb(252, 223, 255) |
| HSL | hsl(294, 100%, 94%) |
| CMYK | cmyk(1%, 13%, 0%, 0%) |
| LAB | lab(92.0 15.4 -11.8) |
| LCH | lch(92.0 19.4 322.5) |
| OKLCH | oklch(0.937 0.053 323.1) |
Copy-ready code
/* CSS */
color: #fcdfff;
background-color: #fcdfff;
/* Tailwind (arbitrary) */
class="text-[#fcdfff] bg-[#fcdfff]"
/* SCSS */
$brand: #fcdfff;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#fcdfff")Accessibility — WCAG contrast
Aa
#fcdfff on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfff on black: 17.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue100.0%
CMYK percentages
Cyan1.2%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#fcdfff text on a black background
contrast 17.14:1
Card sample
#fcdfff text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfff;
Background color
Panel with #fcdfff background
background-color: #fcdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfff; background: linear-gradient(135deg, #fcdfff, #FFDFED);