HSL(80, 27%, 61%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,27%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 27%, 61%) | color: hsl(80, 27%, 61%) | |
| HEX | #A5B681 | color: #A5B681 | |
| RGB | rgb(165, 182, 129) | color: rgb(165, 182, 129) | |
| CMYK | cmyk(9%, 0%, 29%, 29%) | — | |
| HSV | hsv(79, 29%, 71%) | — | |
| HWB | hwb(79 50% 29%) | color: hwb(79 50% 29%) | |
| OKLCH | oklch(0.7497 0.0749 122.65) | color: oklch(0.7497 0.0749 122.65) | |
| Lab | lab(71.58 -15.05 25.1) | color: lab(71.58 -15.05 25.1) | |
| LCH | lch(71.58 29.27 120.95) | color: lch(71.58 29.27 120.95) |
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)
#ACAD8E — rgb(172, 173, 142)
Deuteranopia (Green-blind)
#ABAA91 — rgb(171, 170, 145)
Tritanopia (Blue-blind)
#A6989A — rgb(166, 152, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 27%, 61%);
text
color: hsl(80, 27%, 61%);
border
border: 2px solid hsl(80, 27%, 61%);
gradient light
background: linear-gradient(to right, hsl(80, 27%, 81%), hsl(80, 27%, 61%));
gradient dark
background: linear-gradient(to right, hsl(80, 27%, 61%), hsl(80, 27%, 41%))
hex
background-color: #A5B681;
tailwind
bg-[hsl(80,27%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 27%, 61%, 0.4);
css variable
--color-primary: hsl(80, 27%, 61%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 27%, 61%)?
HEX: #A5B681 | RGB: rgb(165, 182, 129) | CMYK: 9%, 0%, 29%, 29% | HSV: 79°, 29%, 71%. Copy any format from the conversion table above.
What colors go well with #A5B681?
The complementary color is HSL(260, 27%, 61%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 27%, 61%) in CSS?
As HSL: color: hsl(80, 27%, 61%); — As HEX: color: #A5B681; — As RGB: color: rgb(165, 182, 129); — Tailwind CSS: bg-[hsl(80,27%,61%)] — CSS variable: --color-primary: hsl(80, 27%, 61%);