#fcdff6
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 223, 246
HSL
312°, 83%, 93%
CMYK
0, 12, 2, 1
Luminance
0.8012
Every format
| HEX | #fcdff6 |
| RGB | rgb(252, 223, 246) |
| HSL | hsl(312, 83%, 93%) |
| CMYK | cmyk(0%, 12%, 2%, 1%) |
| LAB | lab(91.7 13.8 -7.5) |
| LCH | lch(91.7 15.7 331.5) |
| OKLCH | oklch(0.934 0.044 332.9) |
Copy-ready code
/* CSS */
color: #fcdff6;
background-color: #fcdff6;
/* Tailwind (arbitrary) */
class="text-[#fcdff6] bg-[#fcdff6]"
/* SCSS */
$brand: #fcdff6;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.965)
/* Android */
Color.parseColor("#fcdff6")Accessibility — WCAG contrast
Aa
#fcdff6 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdff6 on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow2.4%
Key (black)1.2%
Color previews
#fcdff6 text on a black background
contrast 17.02:1
Card sample
#fcdff6 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdff6;
Background color
Panel with #fcdff6 background
background-color: #fcdff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdff6; background: linear-gradient(135deg, #fcdff6, #FCDFE3);