HSL(143, 11%, 57%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(143,11%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 11%, 57%) | color: hsl(143, 11%, 57%) | |
| HEX | #859D8F | color: #859D8F | |
| RGB | rgb(133, 157, 143) | color: rgb(133, 157, 143) | |
| CMYK | cmyk(15%, 0%, 9%, 38%) | — | |
| HSV | hsv(145, 15%, 62%) | — | |
| HWB | hwb(145 53% 38%) | color: hwb(145 53% 38%) | |
| OKLCH | oklch(0.6732 0.0339 159.77) | color: oklch(0.6732 0.0339 159.77) | |
| Lab | lab(62.58 -11.29 4.51) | color: lab(62.58 -11.29 4.51) | |
| LCH | lch(62.58 12.16 158.22) | color: lch(62.58 12.16 158.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)
#8F9092 — rgb(143, 144, 146)
Deuteranopia (Green-blind)
#8E8C93 — rgb(142, 140, 147)
Tritanopia (Blue-blind)
#869596 — rgb(134, 149, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 11%, 57%);
text
color: hsl(143, 11%, 57%);
border
border: 2px solid hsl(143, 11%, 57%);
gradient light
background: linear-gradient(to right, hsl(143, 11%, 77%), hsl(143, 11%, 57%));
gradient dark
background: linear-gradient(to right, hsl(143, 11%, 57%), hsl(143, 11%, 37%))
hex
background-color: #859D8F;
tailwind
bg-[hsl(143,11%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 11%, 57%, 0.4);
css variable
--color-primary: hsl(143, 11%, 57%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(143, 11%, 57%)?
HEX: #859D8F | RGB: rgb(133, 157, 143) | CMYK: 15%, 0%, 9%, 38% | HSV: 145°, 15%, 62%. Copy any format from the conversion table above.
What colors go well with #859D8F?
The complementary color is HSL(323, 11%, 57%). 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, 11%, 57%) in CSS?
As HSL: color: hsl(143, 11%, 57%); — As HEX: color: #859D8F; — As RGB: color: rgb(133, 157, 143); — Tailwind CSS: bg-[hsl(143,11%,57%)] — CSS variable: --color-primary: hsl(143, 11%, 57%);