#fcdff0
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 223, 240
HSL
325°, 83%, 93%
CMYK
0, 12, 5, 1
Luminance
0.7976
Every format
| HEX | #fcdff0 |
| RGB | rgb(252, 223, 240) |
| HSL | hsl(325, 83%, 93%) |
| CMYK | cmyk(0%, 12%, 5%, 1%) |
| LAB | lab(91.6 12.8 -4.6) |
| LCH | lch(91.6 13.6 340.2) |
| OKLCH | oklch(0.932 0.039 341.8) |
Copy-ready code
/* CSS */
color: #fcdff0;
background-color: #fcdff0;
/* Tailwind (arbitrary) */
class="text-[#fcdff0] bg-[#fcdff0]"
/* SCSS */
$brand: #fcdff0;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.941)
/* Android */
Color.parseColor("#fcdff0")Accessibility — WCAG contrast
Aa
#fcdff0 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdff0 on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow4.8%
Key (black)1.2%
Color previews
#fcdff0 text on a black background
contrast 16.95:1
Card sample
#fcdff0 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdff0;
Background color
Panel with #fcdff0 background
background-color: #fcdff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdff0; background: linear-gradient(135deg, #fcdff0, #FCE1DF);