HSL(280, 5%, 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(280,5%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 5%, 65%) | color: hsl(280, 5%, 65%) | |
| HEX | #A7A1AA | color: #A7A1AA | |
| RGB | rgb(167, 161, 170) | color: rgb(167, 161, 170) | |
| CMYK | cmyk(2%, 5%, 0%, 33%) | — | |
| HSV | hsv(280, 5%, 67%) | — | |
| HWB | hwb(280 64% 33%) | color: hwb(280 64% 33%) | |
| OKLCH | oklch(0.7168 0.0145 314.73) | color: oklch(0.7168 0.0145 314.73) | |
| Lab | lab(66.98 3.87 -3.88) | color: lab(66.98 3.87 -3.88) | |
| LCH | lch(66.98 5.48 314.93) | color: lch(66.98 5.48 314.93) |
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)
#A4A4A8 — rgb(164, 164, 168)
Deuteranopia (Green-blind)
#A5A5A7 — rgb(165, 165, 167)
Tritanopia (Blue-blind)
#A7A6A6 — rgb(167, 166, 166)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 5%, 65%);
text
color: hsl(280, 5%, 65%);
border
border: 2px solid hsl(280, 5%, 65%);
gradient light
background: linear-gradient(to right, hsl(280, 5%, 85%), hsl(280, 5%, 65%));
gradient dark
background: linear-gradient(to right, hsl(280, 5%, 65%), hsl(280, 5%, 45%))
hex
background-color: #A7A1AA;
tailwind
bg-[hsl(280,5%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 5%, 65%, 0.4);
css variable
--color-primary: hsl(280, 5%, 65%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(280, 5%, 65%)?
HEX: #A7A1AA | RGB: rgb(167, 161, 170) | CMYK: 2%, 5%, 0%, 33% | HSV: 280°, 5%, 67%. Copy any format from the conversion table above.
What colors go well with #A7A1AA?
The complementary color is HSL(100, 5%, 65%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(280, 5%, 65%) in CSS?
As HSL: color: hsl(280, 5%, 65%); — As HEX: color: #A7A1AA; — As RGB: color: rgb(167, 161, 170); — Tailwind CSS: bg-[hsl(280,5%,65%)] — CSS variable: --color-primary: hsl(280, 5%, 65%);