HSL(207, 7%, 65%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(207,7%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 7%, 65%) | color: hsl(207, 7%, 65%) | |
| HEX | #A0A6AC | color: #A0A6AC | |
| RGB | rgb(160, 166, 172) | color: rgb(160, 166, 172) | |
| CMYK | cmyk(7%, 3%, 0%, 33%) | — | |
| HSV | hsv(210, 7%, 67%) | — | |
| HWB | hwb(210 62% 33%) | color: hwb(210 62% 33%) | |
| OKLCH | oklch(0.7222 0.0111 247.98) | color: oklch(0.7222 0.0111 247.98) | |
| Lab | lab(67.82 -0.93 -3.83) | color: lab(67.82 -0.93 -3.83) | |
| LCH | lch(67.82 3.94 256.35) | color: lch(67.82 3.94 256.35) |
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)
#A3A3AB — rgb(163, 163, 171)
Deuteranopia (Green-blind)
#A2A2AA — rgb(162, 162, 170)
Tritanopia (Blue-blind)
#A0A9A9 — rgb(160, 169, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 7%, 65%);
text
color: hsl(207, 7%, 65%);
border
border: 2px solid hsl(207, 7%, 65%);
gradient light
background: linear-gradient(to right, hsl(207, 7%, 85%), hsl(207, 7%, 65%));
gradient dark
background: linear-gradient(to right, hsl(207, 7%, 65%), hsl(207, 7%, 45%))
hex
background-color: #A0A6AC;
tailwind
bg-[hsl(207,7%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 7%, 65%, 0.4);
css variable
--color-primary: hsl(207, 7%, 65%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(207, 7%, 65%)?
HEX: #A0A6AC | RGB: rgb(160, 166, 172) | CMYK: 7%, 3%, 0%, 33% | HSV: 210°, 7%, 67%. Copy any format from the conversion table above.
What colors go well with #A0A6AC?
The complementary color is HSL(27, 7%, 65%). For a triadic harmony, use hues 207°, 327°, and 87°. For analogous combinations, try hues 177° and 237°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(207, 7%, 65%) in CSS?
As HSL: color: hsl(207, 7%, 65%); — As HEX: color: #A0A6AC; — As RGB: color: rgb(160, 166, 172); — Tailwind CSS: bg-[hsl(207,7%,65%)] — CSS variable: --color-primary: hsl(207, 7%, 65%);