#fcddda
a pale, electric red · warm · closest name: white
RGB
252, 221, 218
HSL
5°, 85%, 92%
CMYK
0, 12, 14, 1
Luminance
0.7747
Every format
| HEX | #fcddda |
| RGB | rgb(252, 221, 218) |
| HSL | hsl(5, 85%, 92%) |
| CMYK | cmyk(0%, 12%, 14%, 1%) |
| LAB | lab(90.5 10.2 5.4) |
| LCH | lch(90.5 11.6 27.9) |
| OKLCH | oklch(0.922 0.035 24.4) |
Copy-ready code
/* CSS */
color: #fcddda;
background-color: #fcddda;
/* Tailwind (arbitrary) */
class="text-[#fcddda] bg-[#fcddda]"
/* SCSS */
$brand: #fcddda;
/* SwiftUI */
Color(red: 0.988, green: 0.867, blue: 0.855)
/* Android */
Color.parseColor("#fcddda")Accessibility — WCAG contrast
Aa
#fcddda on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcddda on black: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green86.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow13.5%
Key (black)1.2%
Color previews
#fcddda text on a black background
contrast 16.49:1
Card sample
#fcddda text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcddda;
Background color
Panel with #fcddda background
background-color: #fcddda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcddda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 221, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 221, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcddda; background: linear-gradient(135deg, #fcddda, #FCF4DA);