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