HSL(109, 86%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(109,86%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(109, 86%, 80%) | color: hsl(109, 86%, 80%) | |
| HEX | #B0F8A0 | color: #B0F8A0 | |
| RGB | rgb(176, 248, 160) | color: rgb(176, 248, 160) | |
| CMYK | cmyk(29%, 0%, 35%, 3%) | — | |
| HSV | hsv(109, 35%, 97%) | — | |
| HWB | hwb(109 63% 3%) | color: hwb(109 63% 3%) | |
| OKLCH | oklch(0.9106 0.1368 139.95) | color: oklch(0.9106 0.1368 139.95) | |
| Lab | lab(91.19 -38.38 35.36) | color: lab(91.19 -38.38 35.36) | |
| LCH | lch(91.19 52.19 137.35) | color: lch(91.19 52.19 137.35) |
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)
#CFD0B5 — rgb(207, 208, 181)
Deuteranopia (Green-blind)
#CBC6BA — rgb(203, 198, 186)
Tritanopia (Blue-blind)
#B4C6CA — rgb(180, 198, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(109, 86%, 80%);
text
color: hsl(109, 86%, 80%);
border
border: 2px solid hsl(109, 86%, 80%);
gradient light
background: linear-gradient(to right, hsl(109, 86%, 100%), hsl(109, 86%, 80%));
gradient dark
background: linear-gradient(to right, hsl(109, 86%, 80%), hsl(109, 86%, 60%))
hex
background-color: #B0F8A0;
tailwind
bg-[hsl(109,86%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(109, 86%, 80%, 0.4);
css variable
--color-primary: hsl(109, 86%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(109, 86%, 80%)?
HEX: #B0F8A0 | RGB: rgb(176, 248, 160) | CMYK: 29%, 0%, 35%, 3% | HSV: 109°, 35%, 97%. Copy any format from the conversion table above.
What colors go well with #B0F8A0?
The complementary color is HSL(289, 86%, 80%). For a triadic harmony, use hues 109°, 229°, and 349°. For analogous combinations, try hues 79° and 139°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(109, 86%, 80%) in CSS?
As HSL: color: hsl(109, 86%, 80%); — As HEX: color: #B0F8A0; — As RGB: color: rgb(176, 248, 160); — Tailwind CSS: bg-[hsl(109,86%,80%)] — CSS variable: --color-primary: hsl(109, 86%, 80%);