#fcdfdb
a pale, electric red · warm · closest name: white
RGB
252, 223, 219
HSL
7°, 85%, 92%
CMYK
0, 12, 13, 1
Luminance
0.7859
Every format
| HEX | #fcdfdb |
| RGB | rgb(252, 223, 219) |
| HSL | hsl(7, 85%, 92%) |
| CMYK | cmyk(0%, 12%, 13%, 1%) |
| LAB | lab(91.0 9.3 5.6) |
| LCH | lch(91.0 10.9 31.0) |
| OKLCH | oklch(0.926 0.033 27.1) |
Copy-ready code
/* CSS */
color: #fcdfdb;
background-color: #fcdfdb;
/* Tailwind (arbitrary) */
class="text-[#fcdfdb] bg-[#fcdfdb]"
/* SCSS */
$brand: #fcdfdb;
/* SwiftUI */
Color(red: 0.988, green: 0.875, blue: 0.859)
/* Android */
Color.parseColor("#fcdfdb")Accessibility — WCAG contrast
Aa
#fcdfdb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdfdb on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green87.5%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta11.5%
Yellow13.1%
Key (black)1.2%
Color previews
#fcdfdb text on a black background
contrast 16.72:1
Card sample
#fcdfdb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdfdb;
Background color
Panel with #fcdfdb background
background-color: #fcdfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 223, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 223, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdfdb; background: linear-gradient(135deg, #fcdfdb, #FCF5DB);