#fdc6cf
a pale, electric red · warm · closest name: pink
RGB
253, 198, 207
HSL
350°, 93%, 88%
CMYK
0, 22, 18, 1
Luminance
0.6578
Every format
| HEX | #fdc6cf |
| RGB | rgb(253, 198, 207) |
| HSL | hsl(350, 93%, 88%) |
| CMYK | cmyk(0%, 22%, 18%, 1%) |
| LAB | lab(84.9 20.9 3.0) |
| LCH | lch(84.9 21.1 8.3) |
| OKLCH | oklch(0.878 0.064 7.5) |
Copy-ready code
/* CSS */
color: #fdc6cf;
background-color: #fdc6cf;
/* Tailwind (arbitrary) */
class="text-[#fdc6cf] bg-[#fdc6cf]"
/* SCSS */
$brand: #fdc6cf;
/* SwiftUI */
Color(red: 0.992, green: 0.776, blue: 0.812)
/* Android */
Color.parseColor("#fdc6cf")Accessibility — WCAG contrast
Aa
#fdc6cf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc6cf on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green77.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow18.2%
Key (black)0.8%
Color previews
#fdc6cf text on a black background
contrast 14.16:1
Card sample
#fdc6cf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc6cf;
Background color
Panel with #fdc6cf background
background-color: #fdc6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 198, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 198, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc6cf; background: linear-gradient(135deg, #fdc6cf, #FDE2C6);