HSL(145, 32%, 61%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(145,32%,61%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(145, 32%, 61%) | color: hsl(145, 32%, 61%) | |
| HEX | #7CBB96 | color: #7CBB96 | |
| RGB | rgb(124, 187, 150) | color: rgb(124, 187, 150) | |
| CMYK | cmyk(34%, 0%, 20%, 27%) | — | |
| HSV | hsv(145, 34%, 73%) | — | |
| HWB | hwb(145 48% 27%) | color: hwb(145 48% 27%) | |
| OKLCH | oklch(0.7389 0.0844 157.77) | color: oklch(0.7389 0.0844 157.77) | |
| Lab | lab(70.89 -28.19 12.42) | color: lab(70.89 -28.19 12.42) | |
| LCH | lch(70.89 30.8 156.22) | color: lch(70.89 30.8 156.22) |
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)
#97989F — rgb(151, 152, 159)
Deuteranopia (Green-blind)
#948FA1 — rgb(148, 143, 161)
Tritanopia (Blue-blind)
#7FA6A8 — rgb(127, 166, 168)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(145, 32%, 61%);
text
color: hsl(145, 32%, 61%);
border
border: 2px solid hsl(145, 32%, 61%);
gradient light
background: linear-gradient(to right, hsl(145, 32%, 81%), hsl(145, 32%, 61%));
gradient dark
background: linear-gradient(to right, hsl(145, 32%, 61%), hsl(145, 32%, 41%))
hex
background-color: #7CBB96;
tailwind
bg-[hsl(145,32%,61%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(145, 32%, 61%, 0.4);
css variable
--color-primary: hsl(145, 32%, 61%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(145, 32%, 61%)?
HEX: #7CBB96 | RGB: rgb(124, 187, 150) | CMYK: 34%, 0%, 20%, 27% | HSV: 145°, 34%, 73%. Copy any format from the conversion table above.
What colors go well with #7CBB96?
The complementary color is HSL(325, 32%, 61%). For a triadic harmony, use hues 145°, 265°, and 25°. For analogous combinations, try hues 115° and 175°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(145, 32%, 61%) in CSS?
As HSL: color: hsl(145, 32%, 61%); — As HEX: color: #7CBB96; — As RGB: color: rgb(124, 187, 150); — Tailwind CSS: bg-[hsl(145,32%,61%)] — CSS variable: --color-primary: hsl(145, 32%, 61%);