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