#fdccad
a light, electric orange · warm · closest name: tan
RGB
253, 204, 173
HSL
23°, 95%, 84%
CMYK
0, 19, 32, 1
Luminance
0.6709
Every format
| HEX | #fdccad |
| RGB | rgb(253, 204, 173) |
| HSL | hsl(23, 95%, 84%) |
| CMYK | cmyk(0%, 19%, 32%, 1%) |
| LAB | lab(85.5 13.1 22.0) |
| LCH | lch(85.5 25.6 59.3) |
| OKLCH | oklch(0.880 0.070 53.9) |
Copy-ready code
/* CSS */
color: #fdccad;
background-color: #fdccad;
/* Tailwind (arbitrary) */
class="text-[#fdccad] bg-[#fdccad]"
/* SCSS */
$brand: #fdccad;
/* SwiftUI */
Color(red: 0.992, green: 0.800, blue: 0.678)
/* Android */
Color.parseColor("#fdccad")Accessibility — WCAG contrast
Aa
#fdccad on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdccad on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.0%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow31.6%
Key (black)0.8%
Color previews
#fdccad text on a black background
contrast 14.42:1
Card sample
#fdccad text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdccad;
Background color
Panel with #fdccad background
background-color: #fdccad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdccad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 204, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 204, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdccad; background: linear-gradient(135deg, #fdccad, #F9FDAD);