#fdecd0
a pale, electric orange · warm · closest name: beige
RGB
253, 236, 208
HSL
37°, 92%, 90%
CMYK
0, 7, 18, 1
Luminance
0.8543
Every format
| HEX | #fdecd0 |
| RGB | rgb(253, 236, 208) |
| HSL | hsl(37, 92%, 90%) |
| CMYK | cmyk(0%, 7%, 18%, 1%) |
| LAB | lab(94.1 1.3 15.7) |
| LCH | lch(94.1 15.7 85.1) |
| OKLCH | oklch(0.949 0.041 80.3) |
Copy-ready code
/* CSS */
color: #fdecd0;
background-color: #fdecd0;
/* Tailwind (arbitrary) */
class="text-[#fdecd0] bg-[#fdecd0]"
/* SCSS */
$brand: #fdecd0;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.816)
/* Android */
Color.parseColor("#fdecd0")Accessibility — WCAG contrast
Aa
#fdecd0 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdecd0 on black: 18.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue81.6%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow17.8%
Key (black)0.8%
Color previews
#fdecd0 text on a black background
contrast 18.09:1
Card sample
#fdecd0 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdecd0;
Background color
Panel with #fdecd0 background
background-color: #fdecd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdecd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdecd0; background: linear-gradient(135deg, #fdecd0, #F0FDD0);