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