#fdcea4
a light, electric orange · warm · closest name: tan
RGB
253, 206, 164
HSL
28°, 96%, 82%
CMYK
0, 19, 35, 1
Luminance
0.6771
Every format
| HEX | #fdcea4 |
| RGB | rgb(253, 206, 164) |
| HSL | hsl(28, 96%, 82%) |
| CMYK | cmyk(0%, 19%, 35%, 1%) |
| LAB | lab(85.9 10.9 27.2) |
| LCH | lch(85.9 29.3 68.1) |
| OKLCH | oklch(0.882 0.077 63.4) |
Copy-ready code
/* CSS */
color: #fdcea4;
background-color: #fdcea4;
/* Tailwind (arbitrary) */
class="text-[#fdcea4] bg-[#fdcea4]"
/* SCSS */
$brand: #fdcea4;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.643)
/* Android */
Color.parseColor("#fdcea4")Accessibility — WCAG contrast
Aa
#fdcea4 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcea4 on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow35.2%
Key (black)0.8%
Color previews
#fdcea4 text on a black background
contrast 14.54:1
Card sample
#fdcea4 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcea4;
Background color
Panel with #fdcea4 background
background-color: #fdcea4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcea4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcea4; background: linear-gradient(135deg, #fdcea4, #F1FDA4);