HSL(145, 43%, 64%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(145,43%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(145, 43%, 64%) | color: hsl(145, 43%, 64%) | |
| HEX | #7CCB9D | color: #7CCB9D | |
| RGB | rgb(124, 203, 157) | color: rgb(124, 203, 157) | |
| CMYK | cmyk(39%, 0%, 23%, 20%) | — | |
| HSV | hsv(145, 39%, 80%) | — | |
| HWB | hwb(145 49% 20%) | color: hwb(145 49% 20%) | |
| OKLCH | oklch(0.7784 0.1029 157.39) | color: oklch(0.7784 0.1029 157.39) | |
| Lab | lab(75.72 -34.4 15.43) | color: lab(75.72 -34.4 15.43) | |
| LCH | lch(75.72 37.7 155.84) | color: lch(75.72 37.7 155.84) |
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)
#9E9FA8 — rgb(158, 159, 168)
Deuteranopia (Green-blind)
#9A94AB — rgb(154, 148, 171)
Tritanopia (Blue-blind)
#80B1B3 — rgb(128, 177, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(145, 43%, 64%);
text
color: hsl(145, 43%, 64%);
border
border: 2px solid hsl(145, 43%, 64%);
gradient light
background: linear-gradient(to right, hsl(145, 43%, 84%), hsl(145, 43%, 64%));
gradient dark
background: linear-gradient(to right, hsl(145, 43%, 64%), hsl(145, 43%, 44%))
hex
background-color: #7CCB9D;
tailwind
bg-[hsl(145,43%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(145, 43%, 64%, 0.4);
css variable
--color-primary: hsl(145, 43%, 64%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(145, 43%, 64%)?
HEX: #7CCB9D | RGB: rgb(124, 203, 157) | CMYK: 39%, 0%, 23%, 20% | HSV: 145°, 39%, 80%. Copy any format from the conversion table above.
What colors go well with #7CCB9D?
The complementary color is HSL(325, 43%, 64%). 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, 43%, 64%) in CSS?
As HSL: color: hsl(145, 43%, 64%); — As HEX: color: #7CCB9D; — As RGB: color: rgb(124, 203, 157); — Tailwind CSS: bg-[hsl(145,43%,64%)] — CSS variable: --color-primary: hsl(145, 43%, 64%);