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