HSL(83, 13%, 66%)
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(83,13%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 13%, 66%) | color: hsl(83, 13%, 66%) | |
| HEX | #ABB49D | color: #ABB49D | |
| RGB | rgb(171, 180, 157) | color: rgb(171, 180, 157) | |
| CMYK | cmyk(5%, 0%, 13%, 29%) | — | |
| HSV | hsv(83, 13%, 71%) | — | |
| HWB | hwb(83 62% 29%) | color: hwb(83 62% 29%) | |
| OKLCH | oklch(0.7564 0.0336 124.64) | color: oklch(0.7564 0.0336 124.64) | |
| Lab | lab(72.05 -7.35 10.67) | color: lab(72.05 -7.35 10.67) | |
| LCH | lch(72.05 12.96 124.56) | color: lch(72.05 12.96 124.56) |
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)
#AFAFA3 — rgb(175, 175, 163)
Deuteranopia (Green-blind)
#AEAEA4 — rgb(174, 174, 164)
Tritanopia (Blue-blind)
#ABA7A8 — rgb(171, 167, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 13%, 66%);
text
color: hsl(83, 13%, 66%);
border
border: 2px solid hsl(83, 13%, 66%);
gradient light
background: linear-gradient(to right, hsl(83, 13%, 86%), hsl(83, 13%, 66%));
gradient dark
background: linear-gradient(to right, hsl(83, 13%, 66%), hsl(83, 13%, 46%))
hex
background-color: #ABB49D;
tailwind
bg-[hsl(83,13%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 13%, 66%, 0.4);
css variable
--color-primary: hsl(83, 13%, 66%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(83, 13%, 66%)?
HEX: #ABB49D | RGB: rgb(171, 180, 157) | CMYK: 5%, 0%, 13%, 29% | HSV: 83°, 13%, 71%. Copy any format from the conversion table above.
What colors go well with #ABB49D?
The complementary color is HSL(263, 13%, 66%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 13%, 66%) in CSS?
As HSL: color: hsl(83, 13%, 66%); — As HEX: color: #ABB49D; — As RGB: color: rgb(171, 180, 157); — Tailwind CSS: bg-[hsl(83,13%,66%)] — CSS variable: --color-primary: hsl(83, 13%, 66%);