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