HSL(126, 53%, 80%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(126,53%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 53%, 80%) | color: hsl(126, 53%, 80%) | |
| HEX | #B1E7B6 | color: #B1E7B6 | |
| RGB | rgb(177, 231, 182) | color: rgb(177, 231, 182) | |
| CMYK | cmyk(23%, 0%, 21%, 9%) | — | |
| HSV | hsv(126, 23%, 91%) | — | |
| HWB | hwb(126 70% 9%) | color: hwb(126 70% 9%) | |
| OKLCH | oklch(0.8778 0.0869 147.21) | color: oklch(0.8778 0.0869 147.21) | |
| Lab | lab(86.94 -26.66 18.36) | color: lab(86.94 -26.66 18.36) | |
| LCH | lch(86.94 32.37 145.45) | color: lch(86.94 32.37 145.45) |
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)
#C8C9C2 — rgb(200, 201, 194)
Deuteranopia (Green-blind)
#C5C1C5 — rgb(197, 193, 197)
Tritanopia (Blue-blind)
#B4CBCD — rgb(180, 203, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 53%, 80%);
text
color: hsl(126, 53%, 80%);
border
border: 2px solid hsl(126, 53%, 80%);
gradient light
background: linear-gradient(to right, hsl(126, 53%, 100%), hsl(126, 53%, 80%));
gradient dark
background: linear-gradient(to right, hsl(126, 53%, 80%), hsl(126, 53%, 60%))
hex
background-color: #B1E7B6;
tailwind
bg-[hsl(126,53%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 53%, 80%, 0.4);
css variable
--color-primary: hsl(126, 53%, 80%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(126, 53%, 80%)?
HEX: #B1E7B6 | RGB: rgb(177, 231, 182) | CMYK: 23%, 0%, 21%, 9% | HSV: 126°, 23%, 91%. Copy any format from the conversion table above.
What colors go well with #B1E7B6?
The complementary color is HSL(306, 53%, 80%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(126, 53%, 80%) in CSS?
As HSL: color: hsl(126, 53%, 80%); — As HEX: color: #B1E7B6; — As RGB: color: rgb(177, 231, 182); — Tailwind CSS: bg-[hsl(126,53%,80%)] — CSS variable: --color-primary: hsl(126, 53%, 80%);