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