HSL(87, 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(87,18%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(87, 18%, 66%) | color: hsl(87, 18%, 66%) | |
| HEX | #AAB899 | color: #AAB899 | |
| RGB | rgb(170, 184, 153) | color: rgb(170, 184, 153) | |
| CMYK | cmyk(8%, 0%, 17%, 28%) | — | |
| HSV | hsv(87, 17%, 72%) | — | |
| HWB | hwb(87 60% 28%) | color: hwb(87 60% 28%) | |
| OKLCH | oklch(0.7632 0.0458 127.28) | color: oklch(0.7632 0.0458 127.28) | |
| Lab | lab(72.98 -10.49 14.14) | color: lab(72.98 -10.49 14.14) | |
| LCH | lch(72.98 17.61 126.57) | color: lch(72.98 17.61 126.57) |
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)
#B0B0A1 — rgb(176, 176, 161)
Deuteranopia (Green-blind)
#AFAEA2 — rgb(175, 174, 162)
Tritanopia (Blue-blind)
#ABA6A8 — rgb(171, 166, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(87, 18%, 66%);
text
color: hsl(87, 18%, 66%);
border
border: 2px solid hsl(87, 18%, 66%);
gradient light
background: linear-gradient(to right, hsl(87, 18%, 86%), hsl(87, 18%, 66%));
gradient dark
background: linear-gradient(to right, hsl(87, 18%, 66%), hsl(87, 18%, 46%))
hex
background-color: #AAB899;
tailwind
bg-[hsl(87,18%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(87, 18%, 66%, 0.4);
css variable
--color-primary: hsl(87, 18%, 66%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(87, 18%, 66%)?
HEX: #AAB899 | RGB: rgb(170, 184, 153) | CMYK: 8%, 0%, 17%, 28% | HSV: 87°, 17%, 72%. Copy any format from the conversion table above.
What colors go well with #AAB899?
The complementary color is HSL(267, 18%, 66%). For a triadic harmony, use hues 87°, 207°, and 327°. For analogous combinations, try hues 57° and 117°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(87, 18%, 66%) in CSS?
As HSL: color: hsl(87, 18%, 66%); — As HEX: color: #AAB899; — As RGB: color: rgb(170, 184, 153); — Tailwind CSS: bg-[hsl(87,18%,66%)] — CSS variable: --color-primary: hsl(87, 18%, 66%);