#fdc9cf
a pale, electric red · warm · closest name: pink
RGB
253, 201, 207
HSL
353°, 93%, 89%
CMYK
0, 21, 18, 1
Luminance
0.6716
Every format
| HEX | #fdc9cf |
| RGB | rgb(253, 201, 207) |
| HSL | hsl(353, 93%, 89%) |
| CMYK | cmyk(0%, 21%, 18%, 1%) |
| LAB | lab(85.6 19.3 4.1) |
| LCH | lch(85.6 19.7 11.9) |
| OKLCH | oklch(0.883 0.060 10.6) |
Copy-ready code
/* CSS */
color: #fdc9cf;
background-color: #fdc9cf;
/* Tailwind (arbitrary) */
class="text-[#fdc9cf] bg-[#fdc9cf]"
/* SCSS */
$brand: #fdc9cf;
/* SwiftUI */
Color(red: 0.992, green: 0.788, blue: 0.812)
/* Android */
Color.parseColor("#fdc9cf")Accessibility — WCAG contrast
Aa
#fdc9cf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc9cf on black: 14.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green78.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow18.2%
Key (black)0.8%
Color previews
#fdc9cf text on a black background
contrast 14.43:1
Card sample
#fdc9cf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc9cf;
Background color
Panel with #fdc9cf background
background-color: #fdc9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 201, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 201, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc9cf; background: linear-gradient(135deg, #fdc9cf, #FDE6C9);