#fcdfe1
a pale, electric red · warm · closest name: white
RGB
252, 223, 225
HSL
356°, 83%, 93%
CMYK
0, 12, 11, 1
Luminance
0.7891
Every format
| HEX | #fcdfe1 |
| RGB | rgb(252, 223, 225) |
| HSL | hsl(356, 83%, 93%) |
| CMYK | cmyk(0%, 12%, 11%, 1%) |
| LAB | lab(91.2 10.3 2.7) |
| LCH | lch(91.2 10.6 14.6) |
| OKLCH | oklch(0.928 0.032 13.0) |
Copy-ready code
/* CSS */
color: #fcdfe1;
background-color: #fcdfe1;
/* Tailwind (arbitrary) */
class="text-[#fcdfe1] bg-[#fcdfe1]"
/* SCSS */
$brand: #fcdfe1;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.882)
/* Android */
Color.parseColor("#fcdfe1")Accessibility — WCAG contrast
Aa
#fcdfe1 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfe1 on black: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow10.7%
Key (black)1.2%
Color previews
#fcdfe1 text on a black background
contrast 16.78:1
Card sample
#fcdfe1 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfe1;
Background color
Panel with #fcdfe1 background
background-color: #fcdfe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfe1; background: linear-gradient(135deg, #fcdfe1, #FCF0DF);