#fdcace
a pale, electric red · warm · closest name: pink
RGB
253, 202, 206
HSL
355°, 93%, 89%
CMYK
0, 20, 19, 1
Luminance
0.6758
Every format
| HEX | #fdcace |
| RGB | rgb(253, 202, 206) |
| HSL | hsl(355, 93%, 89%) |
| CMYK | cmyk(0%, 20%, 19%, 1%) |
| LAB | lab(85.8 18.6 4.9) |
| LCH | lch(85.8 19.3 14.7) |
| OKLCH | oklch(0.885 0.058 13.0) |
Copy-ready code
/* CSS */
color: #fdcace;
background-color: #fdcace;
/* Tailwind (arbitrary) */
class="text-[#fdcace] bg-[#fdcace]"
/* SCSS */
$brand: #fdcace;
/* SwiftUI */
Color(red: 0.992, green: 0.792, blue: 0.808)
/* Android */
Color.parseColor("#fdcace")Accessibility — WCAG contrast
Aa
#fdcace on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcace on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green79.2%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow18.6%
Key (black)0.8%
Color previews
#fdcace text on a black background
contrast 14.52:1
Card sample
#fdcace text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcace;
Background color
Panel with #fdcace background
background-color: #fdcace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 202, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 202, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcace; background: linear-gradient(135deg, #fdcace, #FDE8CA);