#fcdbba
a pale, electric orange · warm · closest name: tan
RGB
252, 219, 186
HSL
30°, 92%, 86%
CMYK
0, 13, 26, 1
Luminance
0.7490
Every format
| HEX | #fcdbba |
| RGB | rgb(252, 219, 186) |
| HSL | hsl(30, 92%, 86%) |
| CMYK | cmyk(0%, 13%, 26%, 1%) |
| LAB | lab(89.3 6.6 20.5) |
| LCH | lch(89.3 21.5 72.1) |
| OKLCH | oklch(0.911 0.057 67.0) |
Copy-ready code
/* CSS */
color: #fcdbba;
background-color: #fcdbba;
/* Tailwind (arbitrary) */
class="text-[#fcdbba] bg-[#fcdbba]"
/* SCSS */
$brand: #fcdbba;
/* SwiftUI */
Color(red: 0.988, green: 0.859, blue: 0.729)
/* Android */
Color.parseColor("#fcdbba")Accessibility — WCAG contrast
Aa
#fcdbba on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdbba on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta13.1%
Yellow26.2%
Key (black)1.2%
Color previews
#fcdbba text on a black background
contrast 15.98:1
Card sample
#fcdbba text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdbba;
Background color
Panel with #fcdbba background
background-color: #fcdbba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdbba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 219, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 219, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdbba; background: linear-gradient(135deg, #fcdbba, #F1FCBA);