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