HSL(135, 90%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(135,90%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(135, 90%, 80%) | color: hsl(135, 90%, 80%) | |
| HEX | #9EFAB5 | color: #9EFAB5 | |
| RGB | rgb(158, 250, 181) | color: rgb(158, 250, 181) | |
| CMYK | cmyk(37%, 0%, 28%, 2%) | — | |
| HSV | hsv(135, 37%, 98%) | — | |
| HWB | hwb(135 62% 2%) | color: hwb(135 62% 2%) | |
| OKLCH | oklch(0.9097 0.1295 151.11) | color: oklch(0.9097 0.1295 151.11) | |
| Lab | lab(91.22 -41.45 24.66) | color: lab(91.22 -41.45 24.66) | |
| LCH | lch(91.22 48.23 149.25) | color: lch(91.22 48.23 149.25) |
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)
#C6C7C6 — rgb(198, 199, 198)
Deuteranopia (Green-blind)
#C1BACA — rgb(193, 186, 202)
Tritanopia (Blue-blind)
#A3D3D6 — rgb(163, 211, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(135, 90%, 80%);
text
color: hsl(135, 90%, 80%);
border
border: 2px solid hsl(135, 90%, 80%);
gradient light
background: linear-gradient(to right, hsl(135, 90%, 100%), hsl(135, 90%, 80%));
gradient dark
background: linear-gradient(to right, hsl(135, 90%, 80%), hsl(135, 90%, 60%))
hex
background-color: #9EFAB5;
tailwind
bg-[hsl(135,90%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(135, 90%, 80%, 0.4);
css variable
--color-primary: hsl(135, 90%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(135, 90%, 80%)?
HEX: #9EFAB5 | RGB: rgb(158, 250, 181) | CMYK: 37%, 0%, 28%, 2% | HSV: 135°, 37%, 98%. Copy any format from the conversion table above.
What colors go well with #9EFAB5?
The complementary color is HSL(315, 90%, 80%). For a triadic harmony, use hues 135°, 255°, and 15°. For analogous combinations, try hues 105° and 165°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(135, 90%, 80%) in CSS?
As HSL: color: hsl(135, 90%, 80%); — As HEX: color: #9EFAB5; — As RGB: color: rgb(158, 250, 181); — Tailwind CSS: bg-[hsl(135,90%,80%)] — CSS variable: --color-primary: hsl(135, 90%, 80%);