HSL(147, 22%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,22%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 22%, 72%) | color: hsl(147, 22%, 72%) | |
| HEX | #A8C7B6 | color: #A8C7B6 | |
| RGB | rgb(168, 199, 182) | color: rgb(168, 199, 182) | |
| CMYK | cmyk(16%, 0%, 9%, 22%) | — | |
| HSV | hsv(147, 16%, 78%) | — | |
| HWB | hwb(147 66% 22%) | color: hwb(147 66% 22%) | |
| OKLCH | oklch(0.8019 0.041 161.37) | color: oklch(0.8019 0.041 161.37) | |
| Lab | lab(77.61 -13.74 5.04) | color: lab(77.61 -13.74 5.04) | |
| LCH | lch(77.61 14.64 159.86) | color: lch(77.61 14.64 159.86) |
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)
#B5B6BA — rgb(181, 182, 186)
Deuteranopia (Green-blind)
#B4B1BB — rgb(180, 177, 187)
Tritanopia (Blue-blind)
#AABDBE — rgb(170, 189, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 22%, 72%);
text
color: hsl(147, 22%, 72%);
border
border: 2px solid hsl(147, 22%, 72%);
gradient light
background: linear-gradient(to right, hsl(147, 22%, 92%), hsl(147, 22%, 72%));
gradient dark
background: linear-gradient(to right, hsl(147, 22%, 72%), hsl(147, 22%, 52%))
hex
background-color: #A8C7B6;
tailwind
bg-[hsl(147,22%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 22%, 72%, 0.4);
css variable
--color-primary: hsl(147, 22%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 22%, 72%)?
HEX: #A8C7B6 | RGB: rgb(168, 199, 182) | CMYK: 16%, 0%, 9%, 22% | HSV: 147°, 16%, 78%. Copy any format from the conversion table above.
What colors go well with #A8C7B6?
The complementary color is HSL(327, 22%, 72%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 22%, 72%) in CSS?
As HSL: color: hsl(147, 22%, 72%); — As HEX: color: #A8C7B6; — As RGB: color: rgb(168, 199, 182); — Tailwind CSS: bg-[hsl(147,22%,72%)] — CSS variable: --color-primary: hsl(147, 22%, 72%);