#fdedcd
a pale, electric yellow · warm · closest name: beige
RGB
253, 237, 205
HSL
40°, 92%, 90%
CMYK
0, 6, 19, 1
Luminance
0.8586
Every format
| HEX | #fdedcd |
| RGB | rgb(253, 237, 205) |
| HSL | hsl(40, 92%, 90%) |
| CMYK | cmyk(0%, 6%, 19%, 1%) |
| LAB | lab(94.3 0.4 17.5) |
| LCH | lch(94.3 17.5 88.7) |
| OKLCH | oklch(0.951 0.045 84.6) |
Copy-ready code
/* CSS */
color: #fdedcd;
background-color: #fdedcd;
/* Tailwind (arbitrary) */
class="text-[#fdedcd] bg-[#fdedcd]"
/* SCSS */
$brand: #fdedcd;
/* SwiftUI */
Color(red: 0.992, green: 0.929, blue: 0.804)
/* Android */
Color.parseColor("#fdedcd")Accessibility — WCAG contrast
Aa
#fdedcd on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdedcd on black: 18.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.9%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow19.0%
Key (black)0.8%
Color previews
#fdedcd text on a black background
contrast 18.17:1
Card sample
#fdedcd text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdedcd;
Background color
Panel with #fdedcd background
background-color: #fdedcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdedcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 237, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 237, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdedcd; background: linear-gradient(135deg, #fdedcd, #EDFDCD);