HSL(125, 85%, 73%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(125,85%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(125, 85%, 73%) | color: hsl(125, 85%, 73%) | |
| HEX | #80F589 | color: #80F589 | |
| RGB | rgb(128, 245, 137) | color: rgb(128, 245, 137) | |
| CMYK | cmyk(48%, 0%, 44%, 4%) | — | |
| HSV | hsv(125, 48%, 96%) | — | |
| HWB | hwb(125 50% 4%) | color: hwb(125 50% 4%) | |
| OKLCH | oklch(0.8763 0.1807 145.4) | color: oklch(0.8763 0.1807 145.4) | |
| Lab | lab(87.82 -54.76 41.9) | color: lab(87.82 -54.76 41.9) | |
| LCH | lch(87.82 68.95 142.58) | color: lch(87.82 68.95 142.58) |
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)
#B3B4A3 — rgb(179, 180, 163)
Deuteranopia (Green-blind)
#ACA3A9 — rgb(172, 163, 169)
Tritanopia (Blue-blind)
#86B8BC — rgb(134, 184, 188)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(125, 85%, 73%);
text
color: hsl(125, 85%, 73%);
border
border: 2px solid hsl(125, 85%, 73%);
gradient light
background: linear-gradient(to right, hsl(125, 85%, 93%), hsl(125, 85%, 73%));
gradient dark
background: linear-gradient(to right, hsl(125, 85%, 73%), hsl(125, 85%, 53%))
hex
background-color: #80F589;
tailwind
bg-[hsl(125,85%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(125, 85%, 73%, 0.4);
css variable
--color-primary: hsl(125, 85%, 73%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(125, 85%, 73%)?
HEX: #80F589 | RGB: rgb(128, 245, 137) | CMYK: 48%, 0%, 44%, 4% | HSV: 125°, 48%, 96%. Copy any format from the conversion table above.
What colors go well with #80F589?
The complementary color is HSL(305, 85%, 73%). 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, 85%, 73%) in CSS?
As HSL: color: hsl(125, 85%, 73%); — As HEX: color: #80F589; — As RGB: color: rgb(128, 245, 137); — Tailwind CSS: bg-[hsl(125,85%,73%)] — CSS variable: --color-primary: hsl(125, 85%, 73%);