#fddf8e
a light, electric yellow · warm · closest name: khaki
RGB
253, 223, 142
HSL
44°, 97%, 78%
CMYK
0, 12, 44, 1
Luminance
0.7561
Every format
| HEX | #fddf8e |
| RGB | rgb(253, 223, 142) |
| HSL | hsl(44, 97%, 78%) |
| CMYK | cmyk(0%, 12%, 44%, 1%) |
| LAB | lab(89.7 -0.2 43.4) |
| LCH | lch(89.7 43.4 90.3) |
| OKLCH | oklch(0.911 0.105 89.9) |
Copy-ready code
/* CSS */
color: #fddf8e;
background-color: #fddf8e;
/* Tailwind (arbitrary) */
class="text-[#fddf8e] bg-[#fddf8e]"
/* SCSS */
$brand: #fddf8e;
/* SwiftUI */
Color(red: 0.992, green: 0.875, blue: 0.557)
/* Android */
Color.parseColor("#fddf8e")Accessibility — WCAG contrast
Aa
#fddf8e on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddf8e on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green87.5%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow43.9%
Key (black)0.8%
Color previews
#fddf8e text on a black background
contrast 16.12:1
Card sample
#fddf8e text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddf8e;
Background color
Panel with #fddf8e background
background-color: #fddf8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddf8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 223, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 223, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddf8e; background: linear-gradient(135deg, #fddf8e, #D1FD8E);