HSL(131, 70%, 81%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(131,70%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 70%, 81%) | color: hsl(131, 70%, 81%) | |
| HEX | #ADF0B9 | color: #ADF0B9 | |
| RGB | rgb(173, 240, 185) | color: rgb(173, 240, 185) | |
| CMYK | cmyk(28%, 0%, 23%, 6%) | — | |
| HSV | hsv(131, 28%, 94%) | — | |
| HWB | hwb(131 68% 6%) | color: hwb(131 68% 6%) | |
| OKLCH | oklch(0.8961 0.1008 149.52) | color: oklch(0.8961 0.1008 149.52) | |
| Lab | lab(89.25 -31.67 20) | color: lab(89.25 -31.67 20) | |
| LCH | lch(89.25 37.46 147.73) | color: lch(89.25 37.46 147.73) |
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)
#CACBC6 — rgb(202, 203, 198)
Deuteranopia (Green-blind)
#C6C1CA — rgb(198, 193, 202)
Tritanopia (Blue-blind)
#B0D1D3 — rgb(176, 209, 211)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 70%, 81%);
text
color: hsl(131, 70%, 81%);
border
border: 2px solid hsl(131, 70%, 81%);
gradient light
background: linear-gradient(to right, hsl(131, 70%, 100%), hsl(131, 70%, 81%));
gradient dark
background: linear-gradient(to right, hsl(131, 70%, 81%), hsl(131, 70%, 61%))
hex
background-color: #ADF0B9;
tailwind
bg-[hsl(131,70%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 70%, 81%, 0.4);
css variable
--color-primary: hsl(131, 70%, 81%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(131, 70%, 81%)?
HEX: #ADF0B9 | RGB: rgb(173, 240, 185) | CMYK: 28%, 0%, 23%, 6% | HSV: 131°, 28%, 94%. Copy any format from the conversion table above.
What colors go well with #ADF0B9?
The complementary color is HSL(311, 70%, 81%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 70%, 81%) in CSS?
As HSL: color: hsl(131, 70%, 81%); — As HEX: color: #ADF0B9; — As RGB: color: rgb(173, 240, 185); — Tailwind CSS: bg-[hsl(131,70%,81%)] — CSS variable: --color-primary: hsl(131, 70%, 81%);