Aged White Color Hex Code
#e8decdWhat is Aged White Color Hex Code Color?
Aged White Color Hex Code is a very light, pastel, desaturated, muted orange color with the hex code #e8decd. Its RGB value is rgb(232, 222, 205), meaning it contains 232 red, 222 green, and 205 blue light values. In the HSL color model, it has a hue of 38°, saturation of 37%, and lightness of 86%.
Aged White Color Hex Code Color Codes
Here are all the color format codes for Aged White Color Hex Code:
- HEX: #e8decd
- RGB: rgb(232, 222, 205)
- HSL: hsl(38°, 37%, 86%)
- CMYK: cmyk(0%, 4%, 12%, 9%)
- Android/Flutter: Color(0xFFE8DECD)
- Swift UIColor: UIColor(red: 0.910, green: 0.871, blue: 0.804, alpha: 1.0)
Is Aged White Color Hex Code Accessible?
Aged White Color Hex Code (#e8decd) passes WCAG AA accessibility standards. It has a contrast ratio of 1.33:1 against white and 15.76:1 against black text. For better readability, prefer black text on this color for normal body text. It also meets WCAG AAA — the highest accessibility level.
How to Use Aged White Color Hex Code in Design
Aged White Color Hex Code is a very light, pastel orange tone that works well as
a background, accent, or highlight color in modern UI designs.
It pairs beautifully with its complementary color
#ced8e9
for strong contrast.
In CSS, you can use it directly as color: #e8decd; or
background-color: #e8decd;.
Aged White Color Hex Code Shades and Tints
Shades of Aged White Color Hex Code are created by mixing it with black, ranging from the original #e8decd down to near-black #cec5b6. Tints are made by adding white — from the base color up to near-white #fdfbfa. These variations help build complete design system palettes and Tailwind CSS color scales.
Aged White Color Hex Code Color Harmonies
The complementary color of Aged White Color Hex Code is #ced8e9. Its analogous colors are #e5e9ce and #e9d2ce. For a triadic palette, combine it with #cee9df and #dfcee9.
Frequently Asked Questions
What is the hex code for Aged White Color Hex Code?
The hex code for Aged White Color Hex Code is #e8decd.
What is the RGB value of Aged White Color Hex Code?
The RGB value is rgb(232, 222, 205). Red channel: 232/255, Green: 222/255, Blue: 205/255.
Is Aged White Color Hex Code good for web accessibility?
Aged White Color Hex Code has a contrast ratio of 1.33:1 with white and 15.76:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Aged White Color Hex Code?
Aged White Color Hex Code pairs well with its complementary color #ced8e9, analogous colors #e5e9ce and #e9d2ce, or neutral whites and grays for a clean, modern look.
How do I use Aged White Color Hex Code in CSS?
Use it in CSS like this:
background-color: #e8decd;
color: #e8decd;
Or as a CSS variable: --color-primary: #e8decd;
WCAG 2.1 Accessibility Contrast
WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.
Check against custom color
Mix with another color
Blend spectrum (base → mix)
Copy code snippets
--color-primary: #e8decd;
--color-primary-rgb: 232, 222, 205;
--color-primary-hsl: 38 37% 86%;
--color-primary-text: #1a1a2e;
colors: {
'aged-white-color-hex-code': {
DEFAULT: '#e8decd',
100: '#ffffff',
200: '#fdfbfa',
300: '#faf8f4',
400: '#f8f4ef',
500: '#f5f1e9',
600: '#cec5b6',
700: '#b4ad9f',
800: '#9b9489',
900: '#817b72',
950: '#67635b',
}
}
'base': #e8decd,
'light': #faf8f4,
'dark': #b4ad9f,
'rgb': 232, 222, 205
);
A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.
Heading H1
Heading H2
Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Caption text or muted secondary copy. Used for descriptions and supplemental information.
Highlighted blockquote text using this color as an accent.
How this color appears to people with different types of color vision deficiency.