HSL(122, 50%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,50%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 50%, 80%) | color: hsl(122, 50%, 80%) | |
| HEX | #B3E6B4 | color: #B3E6B4 | |
| RGB | rgb(179, 230, 180) | color: rgb(179, 230, 180) | |
| CMYK | cmyk(22%, 0%, 22%, 10%) | — | |
| HSV | hsv(121, 22%, 90%) | — | |
| HWB | hwb(121 70% 10%) | color: hwb(121 70% 10%) | |
| OKLCH | oklch(0.8764 0.086 145.29) | color: oklch(0.8764 0.086 145.29) | |
| Lab | lab(86.74 -25.86 19.14) | color: lab(86.74 -25.86 19.14) | |
| LCH | lch(86.74 32.17 143.49) | color: lch(86.74 32.17 143.49) |
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)
#C9CAC0 — rgb(201, 202, 192)
Deuteranopia (Green-blind)
#C6C2C3 — rgb(198, 194, 195)
Tritanopia (Blue-blind)
#B6CACC — rgb(182, 202, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 50%, 80%);
text
color: hsl(122, 50%, 80%);
border
border: 2px solid hsl(122, 50%, 80%);
gradient light
background: linear-gradient(to right, hsl(122, 50%, 100%), hsl(122, 50%, 80%));
gradient dark
background: linear-gradient(to right, hsl(122, 50%, 80%), hsl(122, 50%, 60%))
hex
background-color: #B3E6B4;
tailwind
bg-[hsl(122,50%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 50%, 80%, 0.4);
css variable
--color-primary: hsl(122, 50%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 50%, 80%)?
HEX: #B3E6B4 | RGB: rgb(179, 230, 180) | CMYK: 22%, 0%, 22%, 10% | HSV: 121°, 22%, 90%. Copy any format from the conversion table above.
What colors go well with #B3E6B4?
The complementary color is HSL(302, 50%, 80%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(122, 50%, 80%) in CSS?
As HSL: color: hsl(122, 50%, 80%); — As HEX: color: #B3E6B4; — As RGB: color: rgb(179, 230, 180); — Tailwind CSS: bg-[hsl(122,50%,80%)] — CSS variable: --color-primary: hsl(122, 50%, 80%);