#fcdaa6
a light, electric orange · warm · closest name: tan
RGB
252, 218, 166
HSL
36°, 94%, 82%
CMYK
0, 14, 34, 1
Luminance
0.7359
Every format
| HEX | #fcdaa6 |
| RGB | rgb(252, 218, 166) |
| HSL | hsl(36, 94%, 82%) |
| CMYK | cmyk(0%, 14%, 34%, 1%) |
| LAB | lab(88.7 4.6 30.0) |
| LCH | lch(88.7 30.3 81.3) |
| OKLCH | oklch(0.905 0.077 78.1) |
Copy-ready code
/* CSS */
color: #fcdaa6;
background-color: #fcdaa6;
/* Tailwind (arbitrary) */
class="text-[#fcdaa6] bg-[#fcdaa6]"
/* SCSS */
$brand: #fcdaa6;
/* SwiftUI */
Color(red: 0.988, green: 0.855, blue: 0.651)
/* Android */
Color.parseColor("#fcdaa6")Accessibility — WCAG contrast
Aa
#fcdaa6 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdaa6 on black: 15.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.5%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow34.1%
Key (black)1.2%
Color previews
#fcdaa6 text on a black background
contrast 15.72:1
Card sample
#fcdaa6 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdaa6;
Background color
Panel with #fcdaa6 background
background-color: #fcdaa6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdaa6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 218, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 218, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdaa6; background: linear-gradient(135deg, #fcdaa6, #E5FCA6);