HSL(80, 39%, 69%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(80,39%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(80, 39%, 69%) | color: hsl(80, 39%, 69%) | |
| HEX | #BACF91 | color: #BACF91 | |
| RGB | rgb(186, 207, 145) | color: rgb(186, 207, 145) | |
| CMYK | cmyk(10%, 0%, 30%, 19%) | — | |
| HSV | hsv(80, 30%, 81%) | — | |
| HWB | hwb(80 57% 19%) | color: hwb(80 57% 19%) | |
| OKLCH | oklch(0.8234 0.0858 123.47) | color: oklch(0.8234 0.0858 123.47) | |
| Lab | lab(80.24 -17.57 28.55) | color: lab(80.24 -17.57 28.55) | |
| LCH | lch(80.24 33.52 121.61) | color: lch(80.24 33.52 121.61) |
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)
#C3C3A0 — rgb(195, 195, 160)
Deuteranopia (Green-blind)
#C2C0A4 — rgb(194, 192, 164)
Tritanopia (Blue-blind)
#BBACAE — rgb(187, 172, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(80, 39%, 69%);
text
color: hsl(80, 39%, 69%);
border
border: 2px solid hsl(80, 39%, 69%);
gradient light
background: linear-gradient(to right, hsl(80, 39%, 89%), hsl(80, 39%, 69%));
gradient dark
background: linear-gradient(to right, hsl(80, 39%, 69%), hsl(80, 39%, 49%))
hex
background-color: #BACF91;
tailwind
bg-[hsl(80,39%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(80, 39%, 69%, 0.4);
css variable
--color-primary: hsl(80, 39%, 69%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(80, 39%, 69%)?
HEX: #BACF91 | RGB: rgb(186, 207, 145) | CMYK: 10%, 0%, 30%, 19% | HSV: 80°, 30%, 81%. Copy any format from the conversion table above.
What colors go well with #BACF91?
The complementary color is HSL(260, 39%, 69%). For a triadic harmony, use hues 80°, 200°, and 320°. For analogous combinations, try hues 50° and 110°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(80, 39%, 69%) in CSS?
As HSL: color: hsl(80, 39%, 69%); — As HEX: color: #BACF91; — As RGB: color: rgb(186, 207, 145); — Tailwind CSS: bg-[hsl(80,39%,69%)] — CSS variable: --color-primary: hsl(80, 39%, 69%);