#fdecc6
a pale, electric yellow · warm · closest name: beige
RGB
253, 236, 198
HSL
42°, 93%, 88%
CMYK
0, 7, 22, 1
Luminance
0.8495
Every format
| HEX | #fdecc6 |
| RGB | rgb(253, 236, 198) |
| HSL | hsl(42, 93%, 88%) |
| CMYK | cmyk(0%, 7%, 22%, 1%) |
| LAB | lab(93.9 -0.1 20.5) |
| LCH | lch(93.9 20.5 90.3) |
| OKLCH | oklch(0.947 0.053 86.8) |
Copy-ready code
/* CSS */
color: #fdecc6;
background-color: #fdecc6;
/* Tailwind (arbitrary) */
class="text-[#fdecc6] bg-[#fdecc6]"
/* SCSS */
$brand: #fdecc6;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.776)
/* Android */
Color.parseColor("#fdecc6")Accessibility — WCAG contrast
Aa
#fdecc6 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdecc6 on black: 17.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue77.6%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow21.7%
Key (black)0.8%
Color previews
#fdecc6 text on a black background
contrast 17.99:1
Card sample
#fdecc6 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdecc6;
Background color
Panel with #fdecc6 background
background-color: #fdecc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdecc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdecc6; background: linear-gradient(135deg, #fdecc6, #E9FDC6);