HSL(99, 10%, 62%)
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(99,10%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(99, 10%, 62%) | color: hsl(99, 10%, 62%) | |
| HEX | #9BA894 | color: #9BA894 | |
| RGB | rgb(155, 168, 148) | color: rgb(155, 168, 148) | |
| CMYK | cmyk(8%, 0%, 12%, 34%) | — | |
| HSV | hsv(99, 12%, 66%) | — | |
| HWB | hwb(99 58% 34%) | color: hwb(99 58% 34%) | |
| OKLCH | oklch(0.7156 0.032 134.48) | color: oklch(0.7156 0.032 134.48) | |
| Lab | lab(67.36 -8.37 8.78) | color: lab(67.36 -8.37 8.78) | |
| LCH | lch(67.36 12.13 133.63) | color: lch(67.36 12.13 133.63) |
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)
#A1A199 — rgb(161, 161, 153)
Deuteranopia (Green-blind)
#A09F9A — rgb(160, 159, 154)
Tritanopia (Blue-blind)
#9C9D9E — rgb(156, 157, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(99, 10%, 62%);
text
color: hsl(99, 10%, 62%);
border
border: 2px solid hsl(99, 10%, 62%);
gradient light
background: linear-gradient(to right, hsl(99, 10%, 82%), hsl(99, 10%, 62%));
gradient dark
background: linear-gradient(to right, hsl(99, 10%, 62%), hsl(99, 10%, 42%))
hex
background-color: #9BA894;
tailwind
bg-[hsl(99,10%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(99, 10%, 62%, 0.4);
css variable
--color-primary: hsl(99, 10%, 62%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(99, 10%, 62%)?
HEX: #9BA894 | RGB: rgb(155, 168, 148) | CMYK: 8%, 0%, 12%, 34% | HSV: 99°, 12%, 66%. Copy any format from the conversion table above.
What colors go well with #9BA894?
The complementary color is HSL(279, 10%, 62%). For a triadic harmony, use hues 99°, 219°, and 339°. For analogous combinations, try hues 69° and 129°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(99, 10%, 62%) in CSS?
As HSL: color: hsl(99, 10%, 62%); — As HEX: color: #9BA894; — As RGB: color: rgb(155, 168, 148); — Tailwind CSS: bg-[hsl(99,10%,62%)] — CSS variable: --color-primary: hsl(99, 10%, 62%);