Pastel Meadow Color Hex Code
#a9c9afWhat is Pastel Meadow Color Hex Code Color?
Pastel Meadow Color Hex Code is a light, desaturated, muted green color with the hex code #a9c9af. Its RGB value is rgb(169, 201, 175), meaning it contains 169 red, 201 green, and 175 blue light values. In the HSL color model, it has a hue of 131°, saturation of 23%, and lightness of 73%.
Pastel Meadow Color Hex Code Color Codes
Here are all the color format codes for Pastel Meadow Color Hex Code:
- HEX: #a9c9af
- RGB: rgb(169, 201, 175)
- HSL: hsl(131°, 23%, 73%)
- CMYK: cmyk(16%, 0%, 13%, 21%)
- Android/Flutter: Color(0xFFA9C9AF)
- Swift UIColor: UIColor(red: 0.663, green: 0.788, blue: 0.686, alpha: 1.0)
Is Pastel Meadow Color Hex Code Accessible?
Pastel Meadow Color Hex Code (#a9c9af) passes WCAG AA accessibility standards. It has a contrast ratio of 1.8:1 against white and 11.66: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 Meadow Color Hex Code in Design
Pastel Meadow Color Hex Code is a light green tone that works well as
a background, accent, or highlight color in modern UI designs.
It pairs beautifully with its complementary color
#caaac4
for strong contrast.
In CSS, you can use it directly as color: #a9c9af; or
background-color: #a9c9af;.
Pastel Meadow Color Hex Code Shades and Tints
Shades of Pastel Meadow Color Hex Code are created by mixing it with black, ranging from the original #a9c9af down to near-black #96b39c. Tints are made by adding white — from the base color up to near-white #f6f9f6. These variations help build complete design system palettes and Tailwind CSS color scales.
Pastel Meadow Color Hex Code Color Harmonies
The complementary color of Pastel Meadow Color Hex Code is #caaac4. Its analogous colors are #aacac0 and #b4caaa. For a triadic palette, combine it with #b0aaca and #cab0aa.
Frequently Asked Questions
What is the hex code for Pastel Meadow Color Hex Code?
The hex code for Pastel Meadow Color Hex Code is #a9c9af.
What is the RGB value of Pastel Meadow Color Hex Code?
The RGB value is rgb(169, 201, 175). Red channel: 169/255, Green: 201/255, Blue: 175/255.
Is Pastel Meadow Color Hex Code good for web accessibility?
Pastel Meadow Color Hex Code has a contrast ratio of 1.8:1 with white and 11.66:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Pastel Meadow Color Hex Code?
Pastel Meadow Color Hex Code pairs well with its complementary color #caaac4, analogous colors #aacac0 and #b4caaa, or neutral whites and grays for a clean, modern look.
How do I use Pastel Meadow Color Hex Code in CSS?
Use it in CSS like this:
background-color: #a9c9af;
color: #a9c9af;
Or as a CSS variable: --color-primary: #a9c9af;
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: #a9c9af;
--color-primary-rgb: 169, 201, 175;
--color-primary-hsl: 131 23% 73%;
--color-primary-text: #1a1a2e;
colors: {
'pastel-meadow-color-hex-code': {
DEFAULT: '#a9c9af',
100: '#ffffff',
200: '#f6f9f6',
300: '#ecf3ed',
400: '#e3ede5',
500: '#d9e7dc',
600: '#96b39c',
700: '#839c88',
800: '#718675',
900: '#5e7061',
950: '#4b594e',
}
}
'base': #a9c9af,
'light': #ecf3ed,
'dark': #839c88,
'rgb': 169, 201, 175
);
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.