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