#fcdbab
a light, electric orange · warm · closest name: tan
RGB
252, 219, 171
HSL
36°, 93%, 83%
CMYK
0, 13, 32, 1
Luminance
0.7430
Every format
| HEX | #fcdbab |
| RGB | rgb(252, 219, 171) |
| HSL | hsl(36, 93%, 83%) |
| CMYK | cmyk(0%, 13%, 32%, 1%) |
| LAB | lab(89.1 4.7 27.9) |
| LCH | lch(89.1 28.2 80.5) |
| OKLCH | oklch(0.907 0.072 76.9) |
Copy-ready code
/* CSS */
color: #fcdbab;
background-color: #fcdbab;
/* Tailwind (arbitrary) */
class="text-[#fcdbab] bg-[#fcdbab]"
/* SCSS */
$brand: #fcdbab;
/* SwiftUI */
Color(red: 0.988, green: 0.859, blue: 0.671)
/* Android */
Color.parseColor("#fcdbab")Accessibility — WCAG contrast
Aa
#fcdbab on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdbab on black: 15.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.9%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow32.1%
Key (black)1.2%
Color previews
#fcdbab text on a black background
contrast 15.86:1
Card sample
#fcdbab text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdbab;
Background color
Panel with #fcdbab background
background-color: #fcdbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 219, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 219, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdbab; background: linear-gradient(135deg, #fcdbab, #E7FCAB);