#fddf9e
a light, electric yellow · warm · closest name: khaki
RGB
253, 223, 158
HSL
41°, 96%, 81%
CMYK
0, 12, 38, 1
Luminance
0.7613
Every format
| HEX | #fddf9e |
| RGB | rgb(253, 223, 158) |
| HSL | hsl(41, 96%, 81%) |
| CMYK | cmyk(0%, 12%, 38%, 1%) |
| LAB | lab(89.9 1.5 35.7) |
| LCH | lch(89.9 35.7 87.6) |
| OKLCH | oklch(0.914 0.089 85.9) |
Copy-ready code
/* CSS */
color: #fddf9e;
background-color: #fddf9e;
/* Tailwind (arbitrary) */
class="text-[#fddf9e] bg-[#fddf9e]"
/* SCSS */
$brand: #fddf9e;
/* SwiftUI */
Color(red: 0.992, green: 0.875, blue: 0.620)
/* Android */
Color.parseColor("#fddf9e")Accessibility — WCAG contrast
Aa
#fddf9e on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddf9e on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green87.5%
Blue62.0%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow37.5%
Key (black)0.8%
Color previews
#fddf9e text on a black background
contrast 16.23:1
Card sample
#fddf9e text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddf9e;
Background color
Panel with #fddf9e background
background-color: #fddf9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddf9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 223, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 223, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddf9e; background: linear-gradient(135deg, #fddf9e, #DCFD9E);