#fdcd97
a light, electric orange · warm · closest name: tan
RGB
253, 205, 151
HSL
32°, 96%, 79%
CMYK
0, 19, 40, 1
Luminance
0.6678
Every format
| HEX | #fdcd97 |
| RGB | rgb(253, 205, 151) |
| HSL | hsl(32, 96%, 79%) |
| CMYK | cmyk(0%, 19%, 40%, 1%) |
| LAB | lab(85.4 10.0 33.3) |
| LCH | lch(85.4 34.8 73.3) |
| OKLCH | oklch(0.878 0.088 69.6) |
Copy-ready code
/* CSS */
color: #fdcd97;
background-color: #fdcd97;
/* Tailwind (arbitrary) */
class="text-[#fdcd97] bg-[#fdcd97]"
/* SCSS */
$brand: #fdcd97;
/* SwiftUI */
Color(red: 0.992, green: 0.804, blue: 0.592)
/* Android */
Color.parseColor("#fdcd97")Accessibility — WCAG contrast
Aa
#fdcd97 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcd97 on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.4%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta19.0%
Yellow40.3%
Key (black)0.8%
Color previews
#fdcd97 text on a black background
contrast 14.36:1
Card sample
#fdcd97 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcd97;
Background color
Panel with #fdcd97 background
background-color: #fdcd97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcd97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 205, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 205, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcd97; background: linear-gradient(135deg, #fdcd97, #E9FD97);