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