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