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