HSL(136, 32%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(136,32%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(136, 32%, 72%) | color: hsl(136, 32%, 72%) | |
| HEX | #A1CEAD | color: #A1CEAD | |
| RGB | rgb(161, 206, 173) | color: rgb(161, 206, 173) | |
| CMYK | cmyk(22%, 0%, 16%, 19%) | — | |
| HSV | hsv(136, 22%, 81%) | — | |
| HWB | hwb(136 63% 19%) | color: hwb(136 63% 19%) | |
| OKLCH | oklch(0.8103 0.0662 152.98) | color: oklch(0.8103 0.0662 152.98) | |
| Lab | lab(78.89 -21.31 11.64) | color: lab(78.89 -21.31 11.64) | |
| LCH | lch(78.89 24.28 151.36) | color: lch(78.89 24.28 151.36) |
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)
#B4B5B5 — rgb(180, 181, 181)
Deuteranopia (Green-blind)
#B2AFB7 — rgb(178, 175, 183)
Tritanopia (Blue-blind)
#A3BBBD — rgb(163, 187, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(136, 32%, 72%);
text
color: hsl(136, 32%, 72%);
border
border: 2px solid hsl(136, 32%, 72%);
gradient light
background: linear-gradient(to right, hsl(136, 32%, 92%), hsl(136, 32%, 72%));
gradient dark
background: linear-gradient(to right, hsl(136, 32%, 72%), hsl(136, 32%, 52%))
hex
background-color: #A1CEAD;
tailwind
bg-[hsl(136,32%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(136, 32%, 72%, 0.4);
css variable
--color-primary: hsl(136, 32%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(136, 32%, 72%)?
HEX: #A1CEAD | RGB: rgb(161, 206, 173) | CMYK: 22%, 0%, 16%, 19% | HSV: 136°, 22%, 81%. Copy any format from the conversion table above.
What colors go well with #A1CEAD?
The complementary color is HSL(316, 32%, 72%). For a triadic harmony, use hues 136°, 256°, and 16°. For analogous combinations, try hues 106° and 166°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(136, 32%, 72%) in CSS?
As HSL: color: hsl(136, 32%, 72%); — As HEX: color: #A1CEAD; — As RGB: color: rgb(161, 206, 173); — Tailwind CSS: bg-[hsl(136,32%,72%)] — CSS variable: --color-primary: hsl(136, 32%, 72%);