#fdcd9f
a light, electric orange · warm · closest name: tan
RGB
253, 205, 159
HSL
29°, 96%, 81%
CMYK
0, 19, 37, 1
Luminance
0.6705
Every format
| HEX | #fdcd9f |
| RGB | rgb(253, 205, 159) |
| HSL | hsl(29, 96%, 81%) |
| CMYK | cmyk(0%, 19%, 37%, 1%) |
| LAB | lab(85.5 10.9 29.3) |
| LCH | lch(85.5 31.3 69.7) |
| OKLCH | oklch(0.879 0.081 65.2) |
Copy-ready code
/* CSS */
color: #fdcd9f;
background-color: #fdcd9f;
/* Tailwind (arbitrary) */
class="text-[#fdcd9f] bg-[#fdcd9f]"
/* SCSS */
$brand: #fdcd9f;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.624)
/* Android */
Color.parseColor("#fdcd9f")Accessibility — WCAG contrast
Aa
#fdcd9f on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcd9f on black: 14.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow37.2%
Key (black)0.8%
Color previews
#fdcd9f text on a black background
contrast 14.41:1
Card sample
#fdcd9f text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcd9f;
Background color
Panel with #fdcd9f background
background-color: #fdcd9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcd9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcd9f; background: linear-gradient(135deg, #fdcd9f, #EEFD9F);