#fcdab2
a light, electric orange · warm · closest name: tan
RGB
252, 218, 178
HSL
32°, 93%, 84%
CMYK
0, 14, 29, 1
Luminance
0.7405
Every format
| HEX | #fcdab2 |
| RGB | rgb(252, 218, 178) |
| HSL | hsl(32, 93%, 84%) |
| CMYK | cmyk(0%, 14%, 29%, 1%) |
| LAB | lab(89.0 6.1 24.1) |
| LCH | lch(89.0 24.8 75.9) |
| OKLCH | oklch(0.907 0.065 71.4) |
Copy-ready code
/* CSS */
color: #fcdab2;
background-color: #fcdab2;
/* Tailwind (arbitrary) */
class="text-[#fcdab2] bg-[#fcdab2]"
/* SCSS */
$brand: #fcdab2;
/* SwiftUI */
Color(red: 0.988, green: 0.855, blue: 0.698)
/* Android */
Color.parseColor("#fcdab2")Accessibility — WCAG contrast
Aa
#fcdab2 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcdab2 on black: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green85.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow29.4%
Key (black)1.2%
Color previews
#fcdab2 text on a black background
contrast 15.81:1
Card sample
#fcdab2 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcdab2;
Background color
Panel with #fcdab2 background
background-color: #fcdab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcdab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 218, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 218, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcdab2; background: linear-gradient(135deg, #fcdab2, #EDFCB2);