HSL(85, 12%, 65%)
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(85,12%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 12%, 65%) | color: hsl(85, 12%, 65%) | |
| HEX | #A8B09B | color: #A8B09B | |
| RGB | rgb(168, 176, 155) | color: rgb(168, 176, 155) | |
| CMYK | cmyk(5%, 0%, 12%, 31%) | — | |
| HSV | hsv(83, 12%, 69%) | — | |
| HWB | hwb(83 61% 31%) | color: hwb(83 61% 31%) | |
| OKLCH | oklch(0.7449 0.0308 124.16) | color: oklch(0.7449 0.0308 124.16) | |
| Lab | lab(70.69 -6.66 9.8) | color: lab(70.69 -6.66 9.8) | |
| LCH | lch(70.69 11.85 124.2) | color: lch(70.69 11.85 124.2) |
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)
#ABACA0 — rgb(171, 172, 160)
Deuteranopia (Green-blind)
#ABAAA1 — rgb(171, 170, 161)
Tritanopia (Blue-blind)
#A8A4A5 — rgb(168, 164, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 12%, 65%);
text
color: hsl(85, 12%, 65%);
border
border: 2px solid hsl(85, 12%, 65%);
gradient light
background: linear-gradient(to right, hsl(85, 12%, 85%), hsl(85, 12%, 65%));
gradient dark
background: linear-gradient(to right, hsl(85, 12%, 65%), hsl(85, 12%, 45%))
hex
background-color: #A8B09B;
tailwind
bg-[hsl(85,12%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 12%, 65%, 0.4);
css variable
--color-primary: hsl(85, 12%, 65%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(85, 12%, 65%)?
HEX: #A8B09B | RGB: rgb(168, 176, 155) | CMYK: 5%, 0%, 12%, 31% | HSV: 83°, 12%, 69%. Copy any format from the conversion table above.
What colors go well with #A8B09B?
The complementary color is HSL(265, 12%, 65%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(85, 12%, 65%) in CSS?
As HSL: color: hsl(85, 12%, 65%); — As HEX: color: #A8B09B; — As RGB: color: rgb(168, 176, 155); — Tailwind CSS: bg-[hsl(85,12%,65%)] — CSS variable: --color-primary: hsl(85, 12%, 65%);