#fcddaf
a light, electric orange · warm · closest name: tan
RGB
252, 221, 175
HSL
36°, 93%, 84%
CMYK
0, 12, 31, 1
Luminance
0.7550
Every format
| HEX | #fcddaf |
| RGB | rgb(252, 221, 175) |
| HSL | hsl(36, 93%, 84%) |
| CMYK | cmyk(0%, 12%, 31%, 1%) |
| LAB | lab(89.6 4.1 26.6) |
| LCH | lch(89.6 26.9 81.1) |
| OKLCH | oklch(0.912 0.069 77.5) |
Copy-ready code
/* CSS */
color: #fcddaf;
background-color: #fcddaf;
/* Tailwind (arbitrary) */
class="text-[#fcddaf] bg-[#fcddaf]"
/* SCSS */
$brand: #fcddaf;
/* SwiftUI */
Color(red: 0.988, green: 0.867, blue: 0.686)
/* Android */
Color.parseColor("#fcddaf")Accessibility — WCAG contrast
Aa
#fcddaf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fcddaf on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.8%
Green86.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow30.6%
Key (black)1.2%
Color previews
#fcddaf text on a black background
contrast 16.10:1
Card sample
#fcddaf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fcddaf;
Background color
Panel with #fcddaf background
background-color: #fcddaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fcddaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(252, 221, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(252, 221, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fcddaf; background: linear-gradient(135deg, #fcddaf, #E8FCAF);