HSL(81, 12%, 67%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(81,12%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 12%, 67%) | color: hsl(81, 12%, 67%) | |
| HEX | #AEB5A1 | color: #AEB5A1 | |
| RGB | rgb(174, 181, 161) | color: rgb(174, 181, 161) | |
| CMYK | cmyk(4%, 0%, 11%, 29%) | — | |
| HSV | hsv(81, 11%, 71%) | — | |
| HWB | hwb(81 63% 29%) | color: hwb(81 63% 29%) | |
| OKLCH | oklch(0.7619 0.029 122.81) | color: oklch(0.7619 0.029 122.81) | |
| Lab | lab(72.64 -6.1 9.36) | color: lab(72.64 -6.1 9.36) | |
| LCH | lch(72.64 11.17 123.09) | color: lch(72.64 11.17 123.09) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#B1B1A6 — rgb(177, 177, 166)
Deuteranopia (Green-blind)
#B1B0A7 — rgb(177, 176, 167)
Tritanopia (Blue-blind)
#AEAAAB — rgb(174, 170, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 12%, 67%);
text
color: hsl(81, 12%, 67%);
border
border: 2px solid hsl(81, 12%, 67%);
gradient light
background: linear-gradient(to right, hsl(81, 12%, 87%), hsl(81, 12%, 67%));
gradient dark
background: linear-gradient(to right, hsl(81, 12%, 67%), hsl(81, 12%, 47%))
hex
background-color: #AEB5A1;
tailwind
bg-[hsl(81,12%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 12%, 67%, 0.4);
css variable
--color-primary: hsl(81, 12%, 67%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(81, 12%, 67%)?
HEX: #AEB5A1 | RGB: rgb(174, 181, 161) | CMYK: 4%, 0%, 11%, 29% | HSV: 81°, 11%, 71%. Copy any format from the conversion table above.
What colors go well with #AEB5A1?
The complementary color is HSL(261, 12%, 67%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 12%, 67%) in CSS?
As HSL: color: hsl(81, 12%, 67%); — As HEX: color: #AEB5A1; — As RGB: color: rgb(174, 181, 161); — Tailwind CSS: bg-[hsl(81,12%,67%)] — CSS variable: --color-primary: hsl(81, 12%, 67%);