#fddc9b
a light, electric orange · warm · closest name: khaki
RGB
253, 220, 155
HSL
40°, 96%, 80%
CMYK
0, 13, 39, 1
Luminance
0.7444
Every format
| HEX | #fddc9b |
| RGB | rgb(253, 220, 155) |
| HSL | hsl(40, 96%, 80%) |
| CMYK | cmyk(0%, 13%, 39%, 1%) |
| LAB | lab(89.1 2.7 36.2) |
| LCH | lch(89.1 36.3 85.7) |
| OKLCH | oklch(0.907 0.090 83.8) |
Copy-ready code
/* CSS */
color: #fddc9b;
background-color: #fddc9b;
/* Tailwind (arbitrary) */
class="text-[#fddc9b] bg-[#fddc9b]"
/* SCSS */
$brand: #fddc9b;
/* SwiftUI */
Color(red: 0.992, green: 0.863, blue: 0.608)
/* Android */
Color.parseColor("#fddc9b")Accessibility — WCAG contrast
Aa
#fddc9b on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddc9b on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green86.3%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow38.7%
Key (black)0.8%
Color previews
#fddc9b text on a black background
contrast 15.89:1
Card sample
#fddc9b text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddc9b;
Background color
Panel with #fddc9b background
background-color: #fddc9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddc9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 220, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 220, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddc9b; background: linear-gradient(135deg, #fddc9b, #DDFD9B);