#fdc1cf
a pale, electric red · warm · “pink”
RGB
253, 193, 207
HSL
346°, 94%, 88%
CMYK
0, 24, 18, 1
Luminance
0.6353
Every format
| HEX | #fdc1cf |
| RGB | rgb(253, 193, 207) |
| HSL | hsl(346, 94%, 88%) |
| CMYK | cmyk(0%, 24%, 18%, 1%) |
| LAB | lab(83.7 23.5 1.4) |
| LCH | lch(83.7 23.5 3.3) |
| OKLCH | oklch(0.869 0.071 3.2) |
Copy-ready code
/* CSS */
color: #fdc1cf;
background-color: #fdc1cf;
/* Tailwind (arbitrary) */
class="text-[#fdc1cf] bg-[#fdc1cf]"
/* SCSS */
$brand: #fdc1cf;
/* SwiftUI */
Color(red: 0.992, green: 0.757, blue: 0.812)
/* Android */
Color.parseColor("#fdc1cf")Accessibility — WCAG contrast
Aa
#fdc1cf on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdc1cf on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green75.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta23.7%
Yellow18.2%
Key (black)0.8%
Color previews
#fdc1cf text on a black background
contrast 13.71:1
Card sample
#fdc1cf text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdc1cf;
Background color
Panel with #fdc1cf background
background-color: #fdc1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdc1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 193, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 193, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdc1cf; background: linear-gradient(135deg, #fdc1cf, #FDDBC1);