HSL(8, 9%, 59%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(8,9%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(8, 9%, 59%) | color: hsl(8, 9%, 59%) | |
| HEX | #A0908D | color: #A0908D | |
| RGB | rgb(160, 144, 141) | color: rgb(160, 144, 141) | |
| CMYK | cmyk(0%, 10%, 12%, 37%) | — | |
| HSV | hsv(9, 12%, 63%) | — | |
| HWB | hwb(9 55% 37%) | color: hwb(9 55% 37%) | |
| OKLCH | oklch(0.6666 0.0197 30.32) | color: oklch(0.6666 0.0197 30.32) | |
| Lab | lab(61.08 5.42 3.76) | color: lab(61.08 5.42 3.76) | |
| LCH | lch(61.08 6.6 34.75) | color: lch(61.08 6.6 34.75) |
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)
#99998E — rgb(153, 153, 142)
Deuteranopia (Green-blind)
#9A9B8E — rgb(154, 155, 142)
Tritanopia (Blue-blind)
#9F8E8E — rgb(159, 142, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(8, 9%, 59%);
text
color: hsl(8, 9%, 59%);
border
border: 2px solid hsl(8, 9%, 59%);
gradient light
background: linear-gradient(to right, hsl(8, 9%, 79%), hsl(8, 9%, 59%));
gradient dark
background: linear-gradient(to right, hsl(8, 9%, 59%), hsl(8, 9%, 39%))
hex
background-color: #A0908D;
tailwind
bg-[hsl(8,9%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(8, 9%, 59%, 0.4);
css variable
--color-primary: hsl(8, 9%, 59%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(8, 9%, 59%)?
HEX: #A0908D | RGB: rgb(160, 144, 141) | CMYK: 0%, 10%, 12%, 37% | HSV: 9°, 12%, 63%. Copy any format from the conversion table above.
What colors go well with #A0908D?
The complementary color is HSL(188, 9%, 59%). For a triadic harmony, use hues 8°, 128°, and 248°. For analogous combinations, try hues 338° and 38°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(8, 9%, 59%) in CSS?
As HSL: color: hsl(8, 9%, 59%); — As HEX: color: #A0908D; — As RGB: color: rgb(160, 144, 141); — Tailwind CSS: bg-[hsl(8,9%,59%)] — CSS variable: --color-primary: hsl(8, 9%, 59%);