HSL(68, 22%, 58%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,22%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 22%, 58%) | color: hsl(68, 22%, 58%) | |
| HEX | #A5AB7C | color: #A5AB7C | |
| RGB | rgb(165, 171, 124) | color: rgb(165, 171, 124) | |
| CMYK | cmyk(4%, 0%, 27%, 33%) | — | |
| HSV | hsv(68, 27%, 67%) | — | |
| HWB | hwb(68 49% 33%) | color: hwb(68 49% 33%) | |
| OKLCH | oklch(0.7244 0.0648 113.95) | color: oklch(0.7244 0.0648 113.95) | |
| Lab | lab(68.45 -10.04 23.56) | color: lab(68.45 -10.04 23.56) | |
| LCH | lch(68.45 25.61 113.08) | color: lch(68.45 25.61 113.08) |
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)
#A8A887 — rgb(168, 168, 135)
Deuteranopia (Green-blind)
#A7A78A — rgb(167, 167, 138)
Tritanopia (Blue-blind)
#A59092 — rgb(165, 144, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 22%, 58%);
text
color: hsl(68, 22%, 58%);
border
border: 2px solid hsl(68, 22%, 58%);
gradient light
background: linear-gradient(to right, hsl(68, 22%, 78%), hsl(68, 22%, 58%));
gradient dark
background: linear-gradient(to right, hsl(68, 22%, 58%), hsl(68, 22%, 38%))
hex
background-color: #A5AB7C;
tailwind
bg-[hsl(68,22%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 22%, 58%, 0.4);
css variable
--color-primary: hsl(68, 22%, 58%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 22%, 58%)?
HEX: #A5AB7C | RGB: rgb(165, 171, 124) | CMYK: 4%, 0%, 27%, 33% | HSV: 68°, 27%, 67%. Copy any format from the conversion table above.
What colors go well with #A5AB7C?
The complementary color is HSL(248, 22%, 58%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(68, 22%, 58%) in CSS?
As HSL: color: hsl(68, 22%, 58%); — As HEX: color: #A5AB7C; — As RGB: color: rgb(165, 171, 124); — Tailwind CSS: bg-[hsl(68,22%,58%)] — CSS variable: --color-primary: hsl(68, 22%, 58%);