HSL(125, 92%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(125,92%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 92%, 80%) | color: hsl(125, 92%, 80%) | |
| HEX | #9DFBA5 | color: #9DFBA5 | |
| RGB | rgb(157, 251, 165) | color: rgb(157, 251, 165) | |
| CMYK | cmyk(37%, 0%, 34%, 2%) | — | |
| HSV | hsv(125, 37%, 98%) | — | |
| HWB | hwb(125 62% 2%) | color: hwb(125 62% 2%) | |
| OKLCH | oklch(0.9083 0.147 146.2) | color: oklch(0.9083 0.147 146.2) | |
| Lab | lab(91.18 -44.84 32.67) | color: lab(91.18 -44.84 32.67) | |
| LCH | lch(91.18 55.48 143.92) | color: lch(91.18 55.48 143.92) |
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)
#C6C7BA — rgb(198, 199, 186)
Deuteranopia (Green-blind)
#C0B9BF — rgb(192, 185, 191)
Tritanopia (Blue-blind)
#A2CACE — rgb(162, 202, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 92%, 80%);
text
color: hsl(125, 92%, 80%);
border
border: 2px solid hsl(125, 92%, 80%);
gradient light
background: linear-gradient(to right, hsl(125, 92%, 100%), hsl(125, 92%, 80%));
gradient dark
background: linear-gradient(to right, hsl(125, 92%, 80%), hsl(125, 92%, 60%))
hex
background-color: #9DFBA5;
tailwind
bg-[hsl(125,92%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 92%, 80%, 0.4);
css variable
--color-primary: hsl(125, 92%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(125, 92%, 80%)?
HEX: #9DFBA5 | RGB: rgb(157, 251, 165) | CMYK: 37%, 0%, 34%, 2% | HSV: 125°, 37%, 98%. Copy any format from the conversion table above.
What colors go well with #9DFBA5?
The complementary color is HSL(305, 92%, 80%). For a triadic harmony, use hues 125°, 245°, and 5°. For analogous combinations, try hues 95° and 155°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(125, 92%, 80%) in CSS?
As HSL: color: hsl(125, 92%, 80%); — As HEX: color: #9DFBA5; — As RGB: color: rgb(157, 251, 165); — Tailwind CSS: bg-[hsl(125,92%,80%)] — CSS variable: --color-primary: hsl(125, 92%, 80%);