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