HSL(97, 37%, 72%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(97,37%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 37%, 72%) | color: hsl(97, 37%, 72%) | |
| HEX | #B1D29D | color: #B1D29D | |
| RGB | rgb(177, 210, 157) | color: rgb(177, 210, 157) | |
| CMYK | cmyk(16%, 0%, 25%, 18%) | — | |
| HSV | hsv(97, 25%, 82%) | — | |
| HWB | hwb(97 62% 18%) | color: hwb(97 62% 18%) | |
| OKLCH | oklch(0.826 0.0802 133.91) | color: oklch(0.826 0.0802 133.91) | |
| Lab | lab(80.67 -20.55 22.75) | color: lab(80.67 -20.55 22.75) | |
| LCH | lch(80.67 30.66 132.09) | color: lch(80.67 30.66 132.09) |
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)
#BFC0AA — rgb(191, 192, 170)
Deuteranopia (Green-blind)
#BDBBAD — rgb(189, 187, 173)
Tritanopia (Blue-blind)
#B3B4B6 — rgb(179, 180, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 37%, 72%);
text
color: hsl(97, 37%, 72%);
border
border: 2px solid hsl(97, 37%, 72%);
gradient light
background: linear-gradient(to right, hsl(97, 37%, 92%), hsl(97, 37%, 72%));
gradient dark
background: linear-gradient(to right, hsl(97, 37%, 72%), hsl(97, 37%, 52%))
hex
background-color: #B1D29D;
tailwind
bg-[hsl(97,37%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 37%, 72%, 0.4);
css variable
--color-primary: hsl(97, 37%, 72%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(97, 37%, 72%)?
HEX: #B1D29D | RGB: rgb(177, 210, 157) | CMYK: 16%, 0%, 25%, 18% | HSV: 97°, 25%, 82%. Copy any format from the conversion table above.
What colors go well with #B1D29D?
The complementary color is HSL(277, 37%, 72%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 37%, 72%) in CSS?
As HSL: color: hsl(97, 37%, 72%); — As HEX: color: #B1D29D; — As RGB: color: rgb(177, 210, 157); — Tailwind CSS: bg-[hsl(97,37%,72%)] — CSS variable: --color-primary: hsl(97, 37%, 72%);