#fddcdf
a pale, electric red · warm · closest name: pink
RGB
253, 220, 223
HSL
355°, 89%, 93%
CMYK
0, 13, 12, 1
Luminance
0.7740
Every format
| HEX | #fddcdf |
| RGB | rgb(253, 220, 223) |
| HSL | hsl(355, 89%, 93%) |
| CMYK | cmyk(0%, 13%, 12%, 1%) |
| LAB | lab(90.5 11.9 2.7) |
| LCH | lch(90.5 12.2 13.0) |
| OKLCH | oklch(0.923 0.037 11.6) |
Copy-ready code
/* CSS */
color: #fddcdf;
background-color: #fddcdf;
/* Tailwind (arbitrary) */
class="text-[#fddcdf] bg-[#fddcdf]"
/* SCSS */
$brand: #fddcdf;
/* SwiftUI */
Color(red: 0.992, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#fddcdf")Accessibility — WCAG contrast
Aa
#fddcdf on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddcdf on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green86.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow11.9%
Key (black)0.8%
Color previews
#fddcdf text on a black background
contrast 16.48:1
Card sample
#fddcdf text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddcdf;
Background color
Panel with #fddcdf background
background-color: #fddcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddcdf; background: linear-gradient(135deg, #fddcdf, #FDEFDC);