#fdecaa
a light, electric yellow · cool · closest name: khaki
RGB
253, 236, 170
HSL
48°, 95%, 83%
CMYK
0, 7, 33, 1
Luminance
0.8378
Every format
| HEX | #fdecaa |
| RGB | rgb(253, 236, 170) |
| HSL | hsl(48, 95%, 83%) |
| CMYK | cmyk(0%, 7%, 33%, 1%) |
| LAB | lab(93.3 -3.7 34.1) |
| LCH | lch(93.3 34.3 96.2) |
| OKLCH | oklch(0.941 0.086 95.4) |
Copy-ready code
/* CSS */
color: #fdecaa;
background-color: #fdecaa;
/* Tailwind (arbitrary) */
class="text-[#fdecaa] bg-[#fdecaa]"
/* SCSS */
$brand: #fdecaa;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.667)
/* Android */
Color.parseColor("#fdecaa")Accessibility — WCAG contrast
Aa
#fdecaa on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdecaa on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow32.8%
Key (black)0.8%
Color previews
#fdecaa text on a black background
contrast 17.76:1
Card sample
#fdecaa text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdecaa;
Background color
Panel with #fdecaa background
background-color: #fdecaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdecaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdecaa; background: linear-gradient(135deg, #fdecaa, #D7FDAA);