HSL(97, 18%, 66%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(97,18%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 18%, 66%) | color: hsl(97, 18%, 66%) | |
| HEX | #A5B899 | color: #A5B899 | |
| RGB | rgb(165, 184, 153) | color: rgb(165, 184, 153) | |
| CMYK | cmyk(10%, 0%, 17%, 28%) | — | |
| HSV | hsv(97, 17%, 72%) | — | |
| HWB | hwb(97 60% 28%) | color: hwb(97 60% 28%) | |
| OKLCH | oklch(0.7595 0.0481 133.31) | color: oklch(0.7595 0.0481 133.31) | |
| Lab | lab(72.61 -12.31 13.58) | color: lab(72.61 -12.31 13.58) | |
| LCH | lch(72.61 18.33 132.19) | color: lch(72.61 18.33 132.19) |
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)
#ADADA1 — rgb(173, 173, 161)
Deuteranopia (Green-blind)
#ACABA2 — rgb(172, 171, 162)
Tritanopia (Blue-blind)
#A6A6A8 — rgb(166, 166, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 18%, 66%);
text
color: hsl(97, 18%, 66%);
border
border: 2px solid hsl(97, 18%, 66%);
gradient light
background: linear-gradient(to right, hsl(97, 18%, 86%), hsl(97, 18%, 66%));
gradient dark
background: linear-gradient(to right, hsl(97, 18%, 66%), hsl(97, 18%, 46%))
hex
background-color: #A5B899;
tailwind
bg-[hsl(97,18%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 18%, 66%, 0.4);
css variable
--color-primary: hsl(97, 18%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 18%, 66%)?
HEX: #A5B899 | RGB: rgb(165, 184, 153) | CMYK: 10%, 0%, 17%, 28% | HSV: 97°, 17%, 72%. Copy any format from the conversion table above.
What colors go well with #A5B899?
The complementary color is HSL(277, 18%, 66%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 18%, 66%) in CSS?
As HSL: color: hsl(97, 18%, 66%); — As HEX: color: #A5B899; — As RGB: color: rgb(165, 184, 153); — Tailwind CSS: bg-[hsl(97,18%,66%)] — CSS variable: --color-primary: hsl(97, 18%, 66%);