#fee5cd
a pale, electric orange · warm · closest name: beige
RGB
254, 229, 205
HSL
29°, 96%, 90%
CMYK
0, 10, 19, 0
Luminance
0.8152
Every format
| HEX | #fee5cd |
| RGB | rgb(254, 229, 205) |
| HSL | hsl(29, 96%, 90%) |
| CMYK | cmyk(0%, 10%, 19%, 0%) |
| LAB | lab(92.4 4.8 14.8) |
| LCH | lch(92.4 15.6 71.9) |
| OKLCH | oklch(0.936 0.042 66.1) |
Copy-ready code
/* CSS */
color: #fee5cd;
background-color: #fee5cd;
/* Tailwind (arbitrary) */
class="text-[#fee5cd] bg-[#fee5cd]"
/* SCSS */
$brand: #fee5cd;
/* SwiftUI */
Color(red: 0.996, green: 0.898, blue: 0.804)
/* Android */
Color.parseColor("#fee5cd")Accessibility — WCAG contrast
Aa
#fee5cd on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee5cd on black: 17.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green89.8%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow19.3%
Key (black)0.4%
Color previews
#fee5cd text on a black background
contrast 17.30:1
Card sample
#fee5cd text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee5cd;
Background color
Panel with #fee5cd background
background-color: #fee5cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee5cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 229, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 229, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee5cd; background: linear-gradient(135deg, #fee5cd, #F6FECD);