#fddc8d
a light, electric yellow · warm · closest name: khaki
RGB
253, 220, 141
HSL
42°, 97%, 77%
CMYK
0, 13, 44, 1
Luminance
0.7399
Every format
| HEX | #fddc8d |
| RGB | rgb(253, 220, 141) |
| HSL | hsl(42, 97%, 77%) |
| CMYK | cmyk(0%, 13%, 44%, 1%) |
| LAB | lab(88.9 1.2 42.9) |
| LCH | lch(88.9 43.0 88.3) |
| OKLCH | oklch(0.905 0.104 87.6) |
Copy-ready code
/* CSS */
color: #fddc8d;
background-color: #fddc8d;
/* Tailwind (arbitrary) */
class="text-[#fddc8d] bg-[#fddc8d]"
/* SCSS */
$brand: #fddc8d;
/* SwiftUI */
Color(red: 0.992, green: 0.863, blue: 0.553)
/* Android */
Color.parseColor("#fddc8d")Accessibility — WCAG contrast
Aa
#fddc8d on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddc8d on black: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green86.3%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow44.3%
Key (black)0.8%
Color previews
#fddc8d text on a black background
contrast 15.80:1
Card sample
#fddc8d text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddc8d;
Background color
Panel with #fddc8d background
background-color: #fddc8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddc8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 220, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 220, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddc8d; background: linear-gradient(135deg, #fddc8d, #D3FD8D);