HSL(143, 20%, 55%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,20%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 20%, 55%) | color: hsl(143, 20%, 55%) | |
| HEX | #75A387 | color: #75A387 | |
| RGB | rgb(117, 163, 135) | color: rgb(117, 163, 135) | |
| CMYK | cmyk(28%, 0%, 17%, 36%) | — | |
| HSV | hsv(143, 28%, 64%) | — | |
| HWB | hwb(143 46% 36%) | color: hwb(143 46% 36%) | |
| OKLCH | oklch(0.6743 0.0647 157.43) | color: oklch(0.6743 0.0647 157.43) | |
| Lab | lab(63.11 -21.49 9.63) | color: lab(63.11 -21.49 9.63) | |
| LCH | lch(63.11 23.55 155.86) | color: lch(63.11 23.55 155.86) |
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)
#89898E — rgb(137, 137, 142)
Deuteranopia (Green-blind)
#86838F — rgb(134, 131, 143)
Tritanopia (Blue-blind)
#779394 — rgb(119, 147, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 20%, 55%);
text
color: hsl(143, 20%, 55%);
border
border: 2px solid hsl(143, 20%, 55%);
gradient light
background: linear-gradient(to right, hsl(143, 20%, 75%), hsl(143, 20%, 55%));
gradient dark
background: linear-gradient(to right, hsl(143, 20%, 55%), hsl(143, 20%, 35%))
hex
background-color: #75A387;
tailwind
bg-[hsl(143,20%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 20%, 55%, 0.4);
css variable
--color-primary: hsl(143, 20%, 55%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(143, 20%, 55%)?
HEX: #75A387 | RGB: rgb(117, 163, 135) | CMYK: 28%, 0%, 17%, 36% | HSV: 143°, 28%, 64%. Copy any format from the conversion table above.
What colors go well with #75A387?
The complementary color is HSL(323, 20%, 55%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(143, 20%, 55%) in CSS?
As HSL: color: hsl(143, 20%, 55%); — As HEX: color: #75A387; — As RGB: color: rgb(117, 163, 135); — Tailwind CSS: bg-[hsl(143,20%,55%)] — CSS variable: --color-primary: hsl(143, 20%, 55%);