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