#fdecc0
a pale, electric yellow · warm · closest name: beige
RGB
253, 236, 192
HSL
43°, 94%, 87%
CMYK
0, 7, 24, 1
Luminance
0.8468
Every format
| HEX | #fdecc0 |
| RGB | rgb(253, 236, 192) |
| HSL | hsl(43, 94%, 87%) |
| CMYK | cmyk(0%, 7%, 24%, 1%) |
| LAB | lab(93.8 -0.9 23.5) |
| LCH | lch(93.8 23.5 92.2) |
| OKLCH | oklch(0.946 0.060 89.4) |
Copy-ready code
/* CSS */
color: #fdecc0;
background-color: #fdecc0;
/* Tailwind (arbitrary) */
class="text-[#fdecc0] bg-[#fdecc0]"
/* SCSS */
$brand: #fdecc0;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.753)
/* Android */
Color.parseColor("#fdecc0")Accessibility — WCAG contrast
Aa
#fdecc0 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdecc0 on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue75.3%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow24.1%
Key (black)0.8%
Color previews
#fdecc0 text on a black background
contrast 17.94:1
Card sample
#fdecc0 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdecc0;
Background color
Panel with #fdecc0 background
background-color: #fdecc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdecc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdecc0; background: linear-gradient(135deg, #fdecc0, #E5FDC0);