HSL(121, 92%, 81%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(121,92%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(121, 92%, 81%) | color: hsl(121, 92%, 81%) | |
| HEX | #A2FBA3 | color: #A2FBA3 | |
| RGB | rgb(162, 251, 163) | color: rgb(162, 251, 163) | |
| CMYK | cmyk(35%, 0%, 35%, 2%) | — | |
| HSV | hsv(121, 35%, 98%) | — | |
| HWB | hwb(121 64% 2%) | color: hwb(121 64% 2%) | |
| OKLCH | oklch(0.9104 0.1461 144.51) | color: oklch(0.9104 0.1461 144.51) | |
| Lab | lab(91.38 -43.65 33.98) | color: lab(91.38 -43.65 33.98) | |
| LCH | lch(91.38 55.32 142.1) | color: lch(91.38 55.32 142.1) |
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)
#C9C9B8 — rgb(201, 201, 184)
Deuteranopia (Green-blind)
#C3BDBD — rgb(195, 189, 189)
Tritanopia (Blue-blind)
#A6C9CD — rgb(166, 201, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(121, 92%, 81%);
text
color: hsl(121, 92%, 81%);
border
border: 2px solid hsl(121, 92%, 81%);
gradient light
background: linear-gradient(to right, hsl(121, 92%, 100%), hsl(121, 92%, 81%));
gradient dark
background: linear-gradient(to right, hsl(121, 92%, 81%), hsl(121, 92%, 61%))
hex
background-color: #A2FBA3;
tailwind
bg-[hsl(121,92%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(121, 92%, 81%, 0.4);
css variable
--color-primary: hsl(121, 92%, 81%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(121, 92%, 81%)?
HEX: #A2FBA3 | RGB: rgb(162, 251, 163) | CMYK: 35%, 0%, 35%, 2% | HSV: 121°, 35%, 98%. Copy any format from the conversion table above.
What colors go well with #A2FBA3?
The complementary color is HSL(301, 92%, 81%). 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, 92%, 81%) in CSS?
As HSL: color: hsl(121, 92%, 81%); — As HEX: color: #A2FBA3; — As RGB: color: rgb(162, 251, 163); — Tailwind CSS: bg-[hsl(121,92%,81%)] — CSS variable: --color-primary: hsl(121, 92%, 81%);