#fcd3cb
a pale, electric red · warm · closest name: pink
RGB
252, 211, 203
HSL
10°, 89%, 89%
CMYK
0, 16, 19, 1
Luminance
0.7160
Every format
| HEX | #fcd3cb |
| RGB | rgb(252, 211, 203) |
| HSL | hsl(10, 89%, 89%) |
| CMYK | cmyk(0%, 16%, 19%, 1%) |
| LAB | lab(87.8 13.1 9.3) |
| LCH | lch(87.8 16.1 35.4) |
| OKLCH | oklch(0.900 0.048 30.9) |
Copy-ready code
/* CSS */
color: #fcd3cb;
background-color: #fcd3cb;
/* Tailwind (arbitrary) */
class="text-[#fcd3cb] bg-[#fcd3cb]"
/* SCSS */
$brand: #fcd3cb;
/* SwiftUI */
Color(red: 0.988, green: 0.827, blue: 0.796)
/* Android */
Color.parseColor("#fcd3cb")Accessibility — WCAG contrast
Aa
#fcd3cb on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd3cb on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green82.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta16.3%
Yellow19.4%
Key (black)1.2%
Color previews
#fcd3cb text on a black background
contrast 15.32:1
Card sample
#fcd3cb text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd3cb;
Background color
Panel with #fcd3cb background
background-color: #fcd3cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd3cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 211, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 211, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd3cb; background: linear-gradient(135deg, #fcd3cb, #FCF4CB);