#fdda9c
a light, electric orange · warm · closest name: khaki
RGB
253, 218, 156
HSL
38°, 96%, 80%
CMYK
0, 14, 38, 1
Luminance
0.7343
Every format
| HEX | #fdda9c |
| RGB | rgb(253, 218, 156) |
| HSL | hsl(38, 96%, 80%) |
| CMYK | cmyk(0%, 14%, 38%, 1%) |
| LAB | lab(88.7 3.8 35.0) |
| LCH | lch(88.7 35.2 83.8) |
| OKLCH | oklch(0.904 0.088 81.5) |
Copy-ready code
/* CSS */
color: #fdda9c;
background-color: #fdda9c;
/* Tailwind (arbitrary) */
class="text-[#fdda9c] bg-[#fdda9c]"
/* SCSS */
$brand: #fdda9c;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.612)
/* Android */
Color.parseColor("#fdda9c")Accessibility — WCAG contrast
Aa
#fdda9c on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdda9c on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow38.3%
Key (black)0.8%
Color previews
#fdda9c text on a black background
contrast 15.69:1
Card sample
#fdda9c text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdda9c;
Background color
Panel with #fdda9c background
background-color: #fdda9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdda9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdda9c; background: linear-gradient(135deg, #fdda9c, #DFFD9C);