#fdcbcf
a pale, electric red · warm · closest name: pink
RGB
253, 203, 207
HSL
355°, 93%, 89%
CMYK
0, 20, 18, 1
Luminance
0.6810
Every format
| HEX | #fdcbcf |
| RGB | rgb(253, 203, 207) |
| HSL | hsl(355, 93%, 89%) |
| CMYK | cmyk(0%, 20%, 18%, 1%) |
| LAB | lab(86.1 18.3 4.8) |
| LCH | lch(86.1 18.9 14.6) |
| OKLCH | oklch(0.887 0.057 12.9) |
Copy-ready code
/* CSS */
color: #fdcbcf;
background-color: #fdcbcf;
/* Tailwind (arbitrary) */
class="text-[#fdcbcf] bg-[#fdcbcf]"
/* SCSS */
$brand: #fdcbcf;
/* SwiftUI */
Color(red: 0.992, green: 0.796, blue: 0.812)
/* Android */
Color.parseColor("#fdcbcf")Accessibility — WCAG contrast
Aa
#fdcbcf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcbcf on black: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green79.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta19.8%
Yellow18.2%
Key (black)0.8%
Color previews
#fdcbcf text on a black background
contrast 14.62:1
Card sample
#fdcbcf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcbcf;
Background color
Panel with #fdcbcf background
background-color: #fdcbcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcbcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 203, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 203, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcbcf; background: linear-gradient(135deg, #fdcbcf, #FDE8CB);