HSL(309, 9%, 62%)
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(309,9%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(309, 9%, 62%) | color: hsl(309, 9%, 62%) | |
| HEX | #A795A4 | color: #A795A4 | |
| RGB | rgb(167, 149, 164) | color: rgb(167, 149, 164) | |
| CMYK | cmyk(0%, 11%, 2%, 35%) | — | |
| HSV | hsv(310, 11%, 65%) | — | |
| HWB | hwb(310 58% 35%) | color: hwb(310 58% 35%) | |
| OKLCH | oklch(0.6903 0.03 331.4) | color: oklch(0.6903 0.03 331.4) | |
| Lab | lab(63.66 9.4 -5.42) | color: lab(63.66 9.4 -5.42) | |
| LCH | lch(63.66 10.85 330.03) | color: lch(63.66 10.85 330.03) |
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)
#9F9FA0 — rgb(159, 159, 160)
Deuteranopia (Green-blind)
#A0A2A0 — rgb(160, 162, 160)
Tritanopia (Blue-blind)
#A69E9D — rgb(166, 158, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(309, 9%, 62%);
text
color: hsl(309, 9%, 62%);
border
border: 2px solid hsl(309, 9%, 62%);
gradient light
background: linear-gradient(to right, hsl(309, 9%, 82%), hsl(309, 9%, 62%));
gradient dark
background: linear-gradient(to right, hsl(309, 9%, 62%), hsl(309, 9%, 42%))
hex
background-color: #A795A4;
tailwind
bg-[hsl(309,9%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(309, 9%, 62%, 0.4);
css variable
--color-primary: hsl(309, 9%, 62%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(309, 9%, 62%)?
HEX: #A795A4 | RGB: rgb(167, 149, 164) | CMYK: 0%, 11%, 2%, 35% | HSV: 310°, 11%, 65%. Copy any format from the conversion table above.
What colors go well with #A795A4?
The complementary color is HSL(129, 9%, 62%). For a triadic harmony, use hues 309°, 69°, and 189°. For analogous combinations, try hues 279° and 339°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(309, 9%, 62%) in CSS?
As HSL: color: hsl(309, 9%, 62%); — As HEX: color: #A795A4; — As RGB: color: rgb(167, 149, 164); — Tailwind CSS: bg-[hsl(309,9%,62%)] — CSS variable: --color-primary: hsl(309, 9%, 62%);