#fddc9d
a light, electric orange · warm · closest name: khaki
RGB
253, 220, 157
HSL
39°, 96%, 80%
CMYK
0, 13, 38, 1
Luminance
0.7450
Every format
| HEX | #fddc9d |
| RGB | rgb(253, 220, 157) |
| HSL | hsl(39, 96%, 80%) |
| CMYK | cmyk(0%, 13%, 38%, 1%) |
| LAB | lab(89.2 2.9 35.2) |
| LCH | lch(89.2 35.3 85.3) |
| OKLCH | oklch(0.908 0.088 83.2) |
Copy-ready code
/* CSS */
color: #fddc9d;
background-color: #fddc9d;
/* Tailwind (arbitrary) */
class="text-[#fddc9d] bg-[#fddc9d]"
/* SCSS */
$brand: #fddc9d;
/* SwiftUI */
Color(red: 0.992, green: 0.863, blue: 0.616)
/* Android */
Color.parseColor("#fddc9d")Accessibility — WCAG contrast
Aa
#fddc9d on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddc9d on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green86.3%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow37.9%
Key (black)0.8%
Color previews
#fddc9d text on a black background
contrast 15.90:1
Card sample
#fddc9d text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddc9d;
Background color
Panel with #fddc9d background
background-color: #fddc9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddc9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 220, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 220, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddc9d; background: linear-gradient(135deg, #fddc9d, #DEFD9D);