#fcdfe7
a pale, electric magenta / pink · warm · closest name: lavender
RGB
252, 223, 231
HSL
343°, 83%, 93%
CMYK
0, 12, 8, 1
Luminance
0.7924
Every format
| HEX | #fcdfe7 |
| RGB | rgb(252, 223, 231) |
| HSL | hsl(343, 83%, 93%) |
| CMYK | cmyk(0%, 12%, 8%, 1%) |
| LAB | lab(91.3 11.3 -0.2) |
| LCH | lch(91.3 11.3 358.8) |
| OKLCH | oklch(0.930 0.034 359.2) |
Copy-ready code
/* CSS */
color: #fcdfe7;
background-color: #fcdfe7;
/* Tailwind (arbitrary) */
class="text-[#fcdfe7] bg-[#fcdfe7]"
/* SCSS */
$brand: #fcdfe7;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.906)
/* Android */
Color.parseColor("#fcdfe7")Accessibility — WCAG contrast
Aa
#fcdfe7 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfe7 on black: 16.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow8.3%
Key (black)1.2%
Color previews
#fcdfe7 text on a black background
contrast 16.85:1
Card sample
#fcdfe7 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfe7;
Background color
Panel with #fcdfe7 background
background-color: #fcdfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfe7; background: linear-gradient(135deg, #fcdfe7, #FCEADF);