#fcd8cb
a pale, electric orange · warm · closest name: beige
RGB
252, 216, 203
HSL
16°, 89%, 89%
CMYK
0, 14, 19, 1
Luminance
0.7412
Every format
| HEX | #fcd8cb |
| RGB | rgb(252, 216, 203) |
| HSL | hsl(16, 89%, 89%) |
| CMYK | cmyk(0%, 14%, 19%, 1%) |
| LAB | lab(89.0 10.5 11.0) |
| LCH | lch(89.0 15.3 46.4) |
| OKLCH | oklch(0.909 0.044 40.9) |
Copy-ready code
/* CSS */
color: #fcd8cb;
background-color: #fcd8cb;
/* Tailwind (arbitrary) */
class="text-[#fcd8cb] bg-[#fcd8cb]"
/* SCSS */
$brand: #fcd8cb;
/* SwiftUI */
Color(red: 0.988, green: 0.847, blue: 0.796)
/* Android */
Color.parseColor("#fcd8cb")Accessibility — WCAG contrast
Aa
#fcd8cb on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcd8cb on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green84.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow19.4%
Key (black)1.2%
Color previews
#fcd8cb text on a black background
contrast 15.82:1
Card sample
#fcd8cb text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcd8cb;
Background color
Panel with #fcd8cb background
background-color: #fcd8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcd8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 216, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 216, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcd8cb; background: linear-gradient(135deg, #fcd8cb, #FCF9CB);