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