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