Pastel Sand Color Hex Code
#d5c6b4What is Pastel Sand Color Hex Code Color?
Pastel Sand Color Hex Code is a light, desaturated, muted orange color with the hex code #d5c6b4. Its RGB value is rgb(213, 198, 180), meaning it contains 213 red, 198 green, and 180 blue light values. In the HSL color model, it has a hue of 33°, saturation of 28%, and lightness of 77%.
Pastel Sand Color Hex Code Color Codes
Here are all the color format codes for Pastel Sand Color Hex Code:
- HEX: #d5c6b4
- RGB: rgb(213, 198, 180)
- HSL: hsl(33°, 28%, 77%)
- CMYK: cmyk(0%, 7%, 15%, 16%)
- Android/Flutter: Color(0xFFD5C6B4)
- Swift UIColor: UIColor(red: 0.835, green: 0.776, blue: 0.706, alpha: 1.0)
Is Pastel Sand Color Hex Code Accessible?
Pastel Sand Color Hex Code (#d5c6b4) passes WCAG AA accessibility standards. It has a contrast ratio of 1.67:1 against white and 12.57: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 Pastel Sand Color Hex Code in Design
Pastel Sand Color Hex Code is a light orange tone that works well as
a background, accent, or highlight color in modern UI designs.
It pairs beautifully with its complementary color
#b4c3d5
for strong contrast.
In CSS, you can use it directly as color: #d5c6b4; or
background-color: #d5c6b4;.
Pastel Sand Color Hex Code Shades and Tints
Shades of Pastel Sand Color Hex Code are created by mixing it with black, ranging from the original #d5c6b4 down to near-black #bdb0a0. Tints are made by adding white — from the base color up to near-white #faf9f7. These variations help build complete design system palettes and Tailwind CSS color scales.
Pastel Sand Color Hex Code Color Harmonies
The complementary color of Pastel Sand Color Hex Code is #b4c3d5. Its analogous colors are #d3d5b4 and #d5b6b4. For a triadic palette, combine it with #b4d5c6 and #c6b4d5.
Frequently Asked Questions
What is the hex code for Pastel Sand Color Hex Code?
The hex code for Pastel Sand Color Hex Code is #d5c6b4.
What is the RGB value of Pastel Sand Color Hex Code?
The RGB value is rgb(213, 198, 180). Red channel: 213/255, Green: 198/255, Blue: 180/255.
Is Pastel Sand Color Hex Code good for web accessibility?
Pastel Sand Color Hex Code has a contrast ratio of 1.67:1 with white and 12.57:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Pastel Sand Color Hex Code?
Pastel Sand Color Hex Code pairs well with its complementary color #b4c3d5, analogous colors #d3d5b4 and #d5b6b4, or neutral whites and grays for a clean, modern look.
How do I use Pastel Sand Color Hex Code in CSS?
Use it in CSS like this:
background-color: #d5c6b4;
color: #d5c6b4;
Or as a CSS variable: --color-primary: #d5c6b4;
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: #d5c6b4;
--color-primary-rgb: 213, 198, 180;
--color-primary-hsl: 33 28% 77%;
--color-primary-text: #1a1a2e;
colors: {
'pastel-sand-color-hex-code': {
DEFAULT: '#d5c6b4',
100: '#ffffff',
200: '#faf9f7',
300: '#f6f2ee',
400: '#f1ece6',
500: '#ece6de',
600: '#bdb0a0',
700: '#a69a8c',
800: '#8e8478',
900: '#766e64',
950: '#5f5850',
}
}
'base': #d5c6b4,
'light': #f6f2ee,
'dark': #a69a8c,
'rgb': 213, 198, 180
);
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.