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