#fdcd8a
a light, electric orange · warm · closest name: tan
RGB
253, 205, 138
HSL
35°, 97%, 77%
CMYK
0, 19, 46, 1
Luminance
0.6638
Every format
| HEX | #fdcd8a |
| RGB | rgb(253, 205, 138) |
| HSL | hsl(35, 97%, 77%) |
| CMYK | cmyk(0%, 19%, 46%, 1%) |
| LAB | lab(85.2 8.7 39.7) |
| LCH | lch(85.2 40.6 77.7) |
| OKLCH | oklch(0.876 0.100 75.1) |
Copy-ready code
/* CSS */
color: #fdcd8a;
background-color: #fdcd8a;
/* Tailwind (arbitrary) */
class="text-[#fdcd8a] bg-[#fdcd8a]"
/* SCSS */
$brand: #fdcd8a;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.541)
/* Android */
Color.parseColor("#fdcd8a")Accessibility — WCAG contrast
Aa
#fdcd8a on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcd8a on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow45.5%
Key (black)0.8%
Color previews
#fdcd8a text on a black background
contrast 14.28:1
Card sample
#fdcd8a text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcd8a;
Background color
Panel with #fdcd8a background
background-color: #fdcd8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcd8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcd8a; background: linear-gradient(135deg, #fdcd8a, #E0FD8A);