#fdcd93
a light, electric orange · warm · closest name: tan
RGB
253, 205, 147
HSL
33°, 96%, 78%
CMYK
0, 19, 42, 1
Luminance
0.6665
Every format
| HEX | #fdcd93 |
| RGB | rgb(253, 205, 147) |
| HSL | hsl(33, 96%, 78%) |
| CMYK | cmyk(0%, 19%, 42%, 1%) |
| LAB | lab(85.3 9.6 35.3) |
| LCH | lch(85.3 36.5 74.8) |
| OKLCH | oklch(0.877 0.092 71.5) |
Copy-ready code
/* CSS */
color: #fdcd93;
background-color: #fdcd93;
/* Tailwind (arbitrary) */
class="text-[#fdcd93] bg-[#fdcd93]"
/* SCSS */
$brand: #fdcd93;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.576)
/* Android */
Color.parseColor("#fdcd93")Accessibility — WCAG contrast
Aa
#fdcd93 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcd93 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow41.9%
Key (black)0.8%
Color previews
#fdcd93 text on a black background
contrast 14.33:1
Card sample
#fdcd93 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcd93;
Background color
Panel with #fdcd93 background
background-color: #fdcd93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcd93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcd93; background: linear-gradient(135deg, #fdcd93, #E6FD93);