#fcdbb7
a pale, electric orange · warm · closest name: tan
RGB
252, 219, 183
HSL
31°, 92%, 85%
CMYK
0, 13, 27, 1
Luminance
0.7478
Every format
| HEX | #fcdbb7 |
| RGB | rgb(252, 219, 183) |
| HSL | hsl(31, 92%, 85%) |
| CMYK | cmyk(0%, 13%, 27%, 1%) |
| LAB | lab(89.3 6.2 21.9) |
| LCH | lch(89.3 22.8 74.2) |
| OKLCH | oklch(0.910 0.060 69.4) |
Copy-ready code
/* CSS */
color: #fcdbb7;
background-color: #fcdbb7;
/* Tailwind (arbitrary) */
class="text-[#fcdbb7] bg-[#fcdbb7]"
/* SCSS */
$brand: #fcdbb7;
/* SwiftUI */
Color(red: 0.988, green: 0.859, blue: 0.718)
/* Android */
Color.parseColor("#fcdbb7")Accessibility — WCAG contrast
Aa
#fcdbb7 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdbb7 on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.9%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow27.4%
Key (black)1.2%
Color previews
#fcdbb7 text on a black background
contrast 15.96:1
Card sample
#fcdbb7 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdbb7;
Background color
Panel with #fcdbb7 background
background-color: #fcdbb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdbb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 219, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 219, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdbb7; background: linear-gradient(135deg, #fcdbb7, #EFFCB7);