HSL(135, 10%, 58%)
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(135,10%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(135, 10%, 58%) | color: hsl(135, 10%, 58%) | |
| HEX | #899F8F | color: #899F8F | |
| RGB | rgb(137, 159, 143) | color: rgb(137, 159, 143) | |
| CMYK | cmyk(14%, 0%, 10%, 38%) | — | |
| HSV | hsv(136, 14%, 62%) | — | |
| HWB | hwb(136 53% 38%) | color: hwb(136 53% 38%) | |
| OKLCH | oklch(0.6807 0.034 153.84) | color: oklch(0.6807 0.034 153.84) | |
| Lab | lab(63.42 -10.96 5.76) | color: lab(63.42 -10.96 5.76) | |
| LCH | lch(63.42 12.38 152.28) | color: lch(63.42 12.38 152.28) |
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)
#939393 — rgb(147, 147, 147)
Deuteranopia (Green-blind)
#919094 — rgb(145, 144, 148)
Tritanopia (Blue-blind)
#8A9697 — rgb(138, 150, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(135, 10%, 58%);
text
color: hsl(135, 10%, 58%);
border
border: 2px solid hsl(135, 10%, 58%);
gradient light
background: linear-gradient(to right, hsl(135, 10%, 78%), hsl(135, 10%, 58%));
gradient dark
background: linear-gradient(to right, hsl(135, 10%, 58%), hsl(135, 10%, 38%))
hex
background-color: #899F8F;
tailwind
bg-[hsl(135,10%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(135, 10%, 58%, 0.4);
css variable
--color-primary: hsl(135, 10%, 58%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(135, 10%, 58%)?
HEX: #899F8F | RGB: rgb(137, 159, 143) | CMYK: 14%, 0%, 10%, 38% | HSV: 136°, 14%, 62%. Copy any format from the conversion table above.
What colors go well with #899F8F?
The complementary color is HSL(315, 10%, 58%). For a triadic harmony, use hues 135°, 255°, and 15°. For analogous combinations, try hues 105° and 165°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(135, 10%, 58%) in CSS?
As HSL: color: hsl(135, 10%, 58%); — As HEX: color: #899F8F; — As RGB: color: rgb(137, 159, 143); — Tailwind CSS: bg-[hsl(135,10%,58%)] — CSS variable: --color-primary: hsl(135, 10%, 58%);