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