#fdceab
a light, electric orange · warm · closest name: tan
RGB
253, 206, 171
HSL
26°, 95%, 83%
CMYK
0, 19, 32, 1
Luminance
0.6797
Every format
| HEX | #fdceab |
| RGB | rgb(253, 206, 171) |
| HSL | hsl(26, 95%, 83%) |
| CMYK | cmyk(0%, 19%, 32%, 1%) |
| LAB | lab(86.0 11.8 23.7) |
| LCH | lch(86.0 26.4 63.6) |
| OKLCH | oklch(0.884 0.071 58.3) |
Copy-ready code
/* CSS */
color: #fdceab;
background-color: #fdceab;
/* Tailwind (arbitrary) */
class="text-[#fdceab] bg-[#fdceab]"
/* SCSS */
$brand: #fdceab;
/* SwiftUI */
Color(red: 0.992, green: 0.808, blue: 0.671)
/* Android */
Color.parseColor("#fdceab")Accessibility — WCAG contrast
Aa
#fdceab on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdceab on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green80.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow32.4%
Key (black)0.8%
Color previews
#fdceab text on a black background
contrast 14.59:1
Card sample
#fdceab text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdceab;
Background color
Panel with #fdceab background
background-color: #fdceab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdceab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 206, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 206, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdceab; background: linear-gradient(135deg, #fdceab, #F5FDAB);