#fdcdbf
a pale, electric red · warm · closest name: pink
RGB
253, 205, 191
HSL
14°, 94%, 87%
CMYK
0, 19, 25, 1
Luminance
0.6831
Every format
| HEX | #fdcdbf |
| RGB | rgb(253, 205, 191) |
| HSL | hsl(14, 94%, 87%) |
| CMYK | cmyk(0%, 19%, 25%, 1%) |
| LAB | lab(86.2 14.9 13.4) |
| LCH | lch(86.2 20.0 41.9) |
| OKLCH | oklch(0.886 0.058 36.9) |
Copy-ready code
/* CSS */
color: #fdcdbf;
background-color: #fdcdbf;
/* Tailwind (arbitrary) */
class="text-[#fdcdbf] bg-[#fdcdbf]"
/* SCSS */
$brand: #fdcdbf;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#fdcdbf")Accessibility — WCAG contrast
Aa
#fdcdbf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcdbf on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow24.5%
Key (black)0.8%
Color previews
#fdcdbf text on a black background
contrast 14.66:1
Card sample
#fdcdbf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcdbf;
Background color
Panel with #fdcdbf background
background-color: #fdcdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcdbf; background: linear-gradient(135deg, #fdcdbf, #FDF6BF);