HSL(117, 55%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(117,55%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 55%, 80%) | color: hsl(117, 55%, 80%) | |
| HEX | #B3E8B0 | color: #B3E8B0 | |
| RGB | rgb(179, 232, 176) | color: rgb(179, 232, 176) | |
| CMYK | cmyk(23%, 0%, 24%, 9%) | — | |
| HSV | hsv(117, 24%, 91%) | — | |
| HWB | hwb(117 69% 9%) | color: hwb(117 69% 9%) | |
| OKLCH | oklch(0.8799 0.0935 143.39) | color: oklch(0.8799 0.0935 143.39) | |
| Lab | lab(87.21 -27.49 21.87) | color: lab(87.21 -27.49 21.87) | |
| LCH | lch(87.21 35.13 141.5) | color: lch(87.21 35.13 141.5) |
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)
#CACABE — rgb(202, 202, 190)
Deuteranopia (Green-blind)
#C7C3C1 — rgb(199, 195, 193)
Tritanopia (Blue-blind)
#B6C8CB — rgb(182, 200, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 55%, 80%);
text
color: hsl(117, 55%, 80%);
border
border: 2px solid hsl(117, 55%, 80%);
gradient light
background: linear-gradient(to right, hsl(117, 55%, 100%), hsl(117, 55%, 80%));
gradient dark
background: linear-gradient(to right, hsl(117, 55%, 80%), hsl(117, 55%, 60%))
hex
background-color: #B3E8B0;
tailwind
bg-[hsl(117,55%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 55%, 80%, 0.4);
css variable
--color-primary: hsl(117, 55%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(117, 55%, 80%)?
HEX: #B3E8B0 | RGB: rgb(179, 232, 176) | CMYK: 23%, 0%, 24%, 9% | HSV: 117°, 24%, 91%. Copy any format from the conversion table above.
What colors go well with #B3E8B0?
The complementary color is HSL(297, 55%, 80%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 55%, 80%) in CSS?
As HSL: color: hsl(117, 55%, 80%); — As HEX: color: #B3E8B0; — As RGB: color: rgb(179, 232, 176); — Tailwind CSS: bg-[hsl(117,55%,80%)] — CSS variable: --color-primary: hsl(117, 55%, 80%);