HSL(147, 40%, 74%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,40%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 40%, 74%) | color: hsl(147, 40%, 74%) | |
| HEX | #A2D7BA | color: #A2D7BA | |
| RGB | rgb(162, 215, 186) | color: rgb(162, 215, 186) | |
| CMYK | cmyk(25%, 0%, 13%, 16%) | — | |
| HSV | hsv(147, 25%, 84%) | — | |
| HWB | hwb(147 63% 16%) | color: hwb(147 63% 16%) | |
| OKLCH | oklch(0.8343 0.0683 160.53) | color: oklch(0.8343 0.0683 160.53) | |
| Lab | lab(81.74 -22.97 8.8) | color: lab(81.74 -22.97 8.8) | |
| LCH | lch(81.74 24.6 159.04) | color: lch(81.74 24.6 159.04) |
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)
#B9B9C1 — rgb(185, 185, 193)
Deuteranopia (Green-blind)
#B6B2C3 — rgb(182, 178, 195)
Tritanopia (Blue-blind)
#A5C7C8 — rgb(165, 199, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 40%, 74%);
text
color: hsl(147, 40%, 74%);
border
border: 2px solid hsl(147, 40%, 74%);
gradient light
background: linear-gradient(to right, hsl(147, 40%, 94%), hsl(147, 40%, 74%));
gradient dark
background: linear-gradient(to right, hsl(147, 40%, 74%), hsl(147, 40%, 54%))
hex
background-color: #A2D7BA;
tailwind
bg-[hsl(147,40%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 40%, 74%, 0.4);
css variable
--color-primary: hsl(147, 40%, 74%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(147, 40%, 74%)?
HEX: #A2D7BA | RGB: rgb(162, 215, 186) | CMYK: 25%, 0%, 13%, 16% | HSV: 147°, 25%, 84%. Copy any format from the conversion table above.
What colors go well with #A2D7BA?
The complementary color is HSL(327, 40%, 74%). 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, 40%, 74%) in CSS?
As HSL: color: hsl(147, 40%, 74%); — As HEX: color: #A2D7BA; — As RGB: color: rgb(162, 215, 186); — Tailwind CSS: bg-[hsl(147,40%,74%)] — CSS variable: --color-primary: hsl(147, 40%, 74%);