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