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