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