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