HSL(143, 10%, 56%)
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,10%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 10%, 56%) | color: hsl(143, 10%, 56%) | |
| HEX | #849A8C | color: #849A8C | |
| RGB | rgb(132, 154, 140) | color: rgb(132, 154, 140) | |
| CMYK | cmyk(14%, 0%, 9%, 40%) | — | |
| HSV | hsv(142, 14%, 60%) | — | |
| HWB | hwb(142 52% 40%) | color: hwb(142 52% 40%) | |
| OKLCH | oklch(0.6649 0.0323 157.5) | color: oklch(0.6649 0.0323 157.5) | |
| Lab | lab(61.58 -10.62 4.75) | color: lab(61.58 -10.62 4.75) | |
| LCH | lch(61.58 11.63 155.9) | color: lch(61.58 11.63 155.9) |
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)
#8E8E8F — rgb(142, 142, 143)
Deuteranopia (Green-blind)
#8C8B90 — rgb(140, 139, 144)
Tritanopia (Blue-blind)
#859293 — rgb(133, 146, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 10%, 56%);
text
color: hsl(143, 10%, 56%);
border
border: 2px solid hsl(143, 10%, 56%);
gradient light
background: linear-gradient(to right, hsl(143, 10%, 76%), hsl(143, 10%, 56%));
gradient dark
background: linear-gradient(to right, hsl(143, 10%, 56%), hsl(143, 10%, 36%))
hex
background-color: #849A8C;
tailwind
bg-[hsl(143,10%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 10%, 56%, 0.4);
css variable
--color-primary: hsl(143, 10%, 56%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(143, 10%, 56%)?
HEX: #849A8C | RGB: rgb(132, 154, 140) | CMYK: 14%, 0%, 9%, 40% | HSV: 142°, 14%, 60%. Copy any format from the conversion table above.
What colors go well with #849A8C?
The complementary color is HSL(323, 10%, 56%). 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, 10%, 56%) in CSS?
As HSL: color: hsl(143, 10%, 56%); — As HEX: color: #849A8C; — As RGB: color: rgb(132, 154, 140); — Tailwind CSS: bg-[hsl(143,10%,56%)] — CSS variable: --color-primary: hsl(143, 10%, 56%);