HSL(111, 83%, 82%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(111,83%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(111, 83%, 82%) | color: hsl(111, 83%, 82%) | |
| HEX | #B6F7AB | color: #B6F7AB | |
| RGB | rgb(182, 247, 171) | color: rgb(182, 247, 171) | |
| CMYK | cmyk(26%, 0%, 31%, 3%) | — | |
| HSV | hsv(111, 31%, 97%) | — | |
| HWB | hwb(111 67% 3%) | color: hwb(111 67% 3%) | |
| OKLCH | oklch(0.9139 0.1205 140.94) | color: oklch(0.9139 0.1205 140.94) | |
| Lab | lab(91.42 -34.32 30.19) | color: lab(91.42 -34.32 30.19) | |
| LCH | lch(91.42 45.71 138.66) | color: lch(91.42 45.71 138.66) |
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)
#D2D3BD — rgb(210, 211, 189)
Deuteranopia (Green-blind)
#CECAC2 — rgb(206, 202, 194)
Tritanopia (Blue-blind)
#B9CCCF — rgb(185, 204, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(111, 83%, 82%);
text
color: hsl(111, 83%, 82%);
border
border: 2px solid hsl(111, 83%, 82%);
gradient light
background: linear-gradient(to right, hsl(111, 83%, 100%), hsl(111, 83%, 82%));
gradient dark
background: linear-gradient(to right, hsl(111, 83%, 82%), hsl(111, 83%, 62%))
hex
background-color: #B6F7AB;
tailwind
bg-[hsl(111,83%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(111, 83%, 82%, 0.4);
css variable
--color-primary: hsl(111, 83%, 82%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(111, 83%, 82%)?
HEX: #B6F7AB | RGB: rgb(182, 247, 171) | CMYK: 26%, 0%, 31%, 3% | HSV: 111°, 31%, 97%. Copy any format from the conversion table above.
What colors go well with #B6F7AB?
The complementary color is HSL(291, 83%, 82%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(111, 83%, 82%) in CSS?
As HSL: color: hsl(111, 83%, 82%); — As HEX: color: #B6F7AB; — As RGB: color: rgb(182, 247, 171); — Tailwind CSS: bg-[hsl(111,83%,82%)] — CSS variable: --color-primary: hsl(111, 83%, 82%);