HSL(131, 12%, 64%)
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(131,12%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(131, 12%, 64%) | color: hsl(131, 12%, 64%) | |
| HEX | #98AE9C | color: #98AE9C | |
| RGB | rgb(152, 174, 156) | color: rgb(152, 174, 156) | |
| CMYK | cmyk(13%, 0%, 10%, 32%) | — | |
| HSV | hsv(131, 13%, 68%) | — | |
| HWB | hwb(131 59% 32%) | color: hwb(131 59% 32%) | |
| OKLCH | oklch(0.7287 0.0354 150.64) | color: oklch(0.7287 0.0354 150.64) | |
| Lab | lab(69 -11.16 6.68) | color: lab(69 -11.16 6.68) | |
| LCH | lch(69 13.01 149.1) | color: lch(69 13.01 149.1) |
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)
#A2A2A0 — rgb(162, 162, 160)
Deuteranopia (Green-blind)
#A09FA1 — rgb(160, 159, 161)
Tritanopia (Blue-blind)
#99A4A5 — rgb(153, 164, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(131, 12%, 64%);
text
color: hsl(131, 12%, 64%);
border
border: 2px solid hsl(131, 12%, 64%);
gradient light
background: linear-gradient(to right, hsl(131, 12%, 84%), hsl(131, 12%, 64%));
gradient dark
background: linear-gradient(to right, hsl(131, 12%, 64%), hsl(131, 12%, 44%))
hex
background-color: #98AE9C;
tailwind
bg-[hsl(131,12%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(131, 12%, 64%, 0.4);
css variable
--color-primary: hsl(131, 12%, 64%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(131, 12%, 64%)?
HEX: #98AE9C | RGB: rgb(152, 174, 156) | CMYK: 13%, 0%, 10%, 32% | HSV: 131°, 13%, 68%. Copy any format from the conversion table above.
What colors go well with #98AE9C?
The complementary color is HSL(311, 12%, 64%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(131, 12%, 64%) in CSS?
As HSL: color: hsl(131, 12%, 64%); — As HEX: color: #98AE9C; — As RGB: color: rgb(152, 174, 156); — Tailwind CSS: bg-[hsl(131,12%,64%)] — CSS variable: --color-primary: hsl(131, 12%, 64%);