#fcdcff
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 220, 255
HSL
295°, 100%, 93%
CMYK
1, 14, 0, 0
Luminance
0.7910
Every format
| HEX | #fcdcff |
| RGB | rgb(252, 220, 255) |
| HSL | hsl(295, 100%, 93%) |
| CMYK | cmyk(1%, 14%, 0%, 0%) |
| LAB | lab(91.3 17.0 -12.9) |
| LCH | lch(91.3 21.3 322.8) |
| OKLCH | oklch(0.931 0.058 323.3) |
Copy-ready code
/* CSS */
color: #fcdcff;
background-color: #fcdcff;
/* Tailwind (arbitrary) */
class="text-[#fcdcff] bg-[#fcdcff]"
/* SCSS */
$brand: #fcdcff;
/* SwiftUI */
Color(red: 0.988, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#fcdcff")Accessibility — WCAG contrast
Aa
#fcdcff on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdcff on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green86.3%
Blue100.0%
CMYK percentages
Cyan1.2%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#fcdcff text on a black background
contrast 16.82:1
Card sample
#fcdcff text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdcff;
Background color
Panel with #fcdcff background
background-color: #fcdcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdcff; background: linear-gradient(135deg, #fcdcff, #FFDCEB);