#fdedad
a light, electric yellow · cool · closest name: khaki
RGB
253, 237, 173
HSL
48°, 95%, 84%
CMYK
0, 6, 32, 1
Luminance
0.8447
Every format
| HEX | #fdedad |
| RGB | rgb(253, 237, 173) |
| HSL | hsl(48, 95%, 84%) |
| CMYK | cmyk(0%, 6%, 32%, 1%) |
| LAB | lab(93.7 -3.9 33.0) |
| LCH | lch(93.7 33.2 96.7) |
| OKLCH | oklch(0.944 0.083 95.8) |
Copy-ready code
/* CSS */
color: #fdedad;
background-color: #fdedad;
/* Tailwind (arbitrary) */
class="text-[#fdedad] bg-[#fdedad]"
/* SCSS */
$brand: #fdedad;
/* SwiftUI */
Color(red: 0.992, green: 0.929, blue: 0.678)
/* Android */
Color.parseColor("#fdedad")Accessibility — WCAG contrast
Aa
#fdedad on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdedad on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.9%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow31.6%
Key (black)0.8%
Color previews
#fdedad text on a black background
contrast 17.89:1
Card sample
#fdedad text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdedad;
Background color
Panel with #fdedad background
background-color: #fdedad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdedad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 237, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 237, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdedad; background: linear-gradient(135deg, #fdedad, #D8FDAD);