Pale Sage Hex Code
#acbda1What is Pale Sage Hex Code Color?
Pale Sage Hex Code is a light, desaturated, muted green color with the hex code #acbda1. Its RGB value is rgb(172, 189, 161), meaning it contains 172 red, 189 green, and 161 blue light values. In the HSL color model, it has a hue of 96°, saturation of 18%, and lightness of 69%.
Pale Sage Hex Code Color Codes
Here are all the color format codes for Pale Sage Hex Code:
- HEX: #acbda1
- RGB: rgb(172, 189, 161)
- HSL: hsl(96°, 18%, 69%)
- CMYK: cmyk(9%, 0%, 15%, 26%)
- Android/Flutter: Color(0xFFACBDA1)
- Swift UIColor: UIColor(red: 0.675, green: 0.741, blue: 0.631, alpha: 1.0)
Is Pale Sage Hex Code Accessible?
Pale Sage Hex Code (#acbda1) passes WCAG AA accessibility standards. It has a contrast ratio of 1.99:1 against white and 10.55: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 Pale Sage Hex Code in Design
Pale Sage 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
#b3a2be
for strong contrast.
In CSS, you can use it directly as color: #acbda1; or
background-color: #acbda1;.
Pale Sage Hex Code Shades and Tints
Shades of Pale Sage Hex Code are created by mixing it with black, ranging from the original #acbda1 down to near-black #99a88f. Tints are made by adding white — from the base color up to near-white #f6f8f5. These variations help build complete design system palettes and Tailwind CSS color scales.
Pale Sage Hex Code Color Harmonies
The complementary color of Pale Sage Hex Code is #b3a2be. Its analogous colors are #a2bea5 and #bbbea2. For a triadic palette, combine it with #a2adbe and #bea2ad.
Frequently Asked Questions
What is the hex code for Pale Sage Hex Code?
The hex code for Pale Sage Hex Code is #acbda1.
What is the RGB value of Pale Sage Hex Code?
The RGB value is rgb(172, 189, 161). Red channel: 172/255, Green: 189/255, Blue: 161/255.
Is Pale Sage Hex Code good for web accessibility?
Pale Sage Hex Code has a contrast ratio of 1.99:1 with white and 10.55:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Pale Sage Hex Code?
Pale Sage Hex Code pairs well with its complementary color #b3a2be, analogous colors #a2bea5 and #bbbea2, or neutral whites and grays for a clean, modern look.
How do I use Pale Sage Hex Code in CSS?
Use it in CSS like this:
background-color: #acbda1;
color: #acbda1;
Or as a CSS variable: --color-primary: #acbda1;
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: #acbda1;
--color-primary-rgb: 172, 189, 161;
--color-primary-hsl: 96 18% 69%;
--color-primary-text: #1a1a2e;
colors: {
'pale-sage-hex-code': {
DEFAULT: '#acbda1',
100: '#ffffff',
200: '#f6f8f5',
300: '#edf1ea',
400: '#e4e9e0',
500: '#dbe2d6',
600: '#99a88f',
700: '#86937d',
800: '#737e6b',
900: '#606959',
950: '#4c5448',
}
}
'base': #acbda1,
'light': #edf1ea,
'dark': #86937d,
'rgb': 172, 189, 161
);
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.