#fddcda
a pale, electric red · warm · closest name: pink
RGB
253, 220, 218
HSL
3°, 90%, 92%
CMYK
0, 13, 14, 1
Luminance
0.7713
Every format
| HEX | #fddcda |
| RGB | rgb(253, 220, 218) |
| HSL | hsl(3, 90%, 92%) |
| CMYK | cmyk(0%, 13%, 14%, 1%) |
| LAB | lab(90.4 11.1 5.2) |
| LCH | lch(90.4 12.2 25.1) |
| OKLCH | oklch(0.921 0.037 22.0) |
Copy-ready code
/* CSS */
color: #fddcda;
background-color: #fddcda;
/* Tailwind (arbitrary) */
class="text-[#fddcda] bg-[#fddcda]"
/* SCSS */
$brand: #fddcda;
/* SwiftUI */
Color(red: 0.992, green: 0.863, blue: 0.855)
/* Android */
Color.parseColor("#fddcda")Accessibility — WCAG contrast
Aa
#fddcda on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddcda on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green86.3%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow13.8%
Key (black)0.8%
Color previews
#fddcda text on a black background
contrast 16.43:1
Card sample
#fddcda text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddcda;
Background color
Panel with #fddcda background
background-color: #fddcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 220, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 220, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddcda; background: linear-gradient(135deg, #fddcda, #FDF3DA);