HSL(160, 5%, 69%)
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(160,5%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(160, 5%, 69%) | color: hsl(160, 5%, 69%) | |
| HEX | #ACB4B1 | color: #ACB4B1 | |
| RGB | rgb(172, 180, 177) | color: rgb(172, 180, 177) | |
| CMYK | cmyk(4%, 0%, 2%, 29%) | — | |
| HSV | hsv(158, 4%, 71%) | — | |
| HWB | hwb(158 68% 29%) | color: hwb(158 68% 29%) | |
| OKLCH | oklch(0.7627 0.0099 171.7) | color: oklch(0.7627 0.0099 171.7) | |
| Lab | lab(72.62 -3.36 0.56) | color: lab(72.62 -3.36 0.56) | |
| LCH | lch(72.62 3.41 170.54) | color: lch(72.62 3.41 170.54) |
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)
#AFB0B2 — rgb(175, 176, 178)
Deuteranopia (Green-blind)
#AFAEB2 — rgb(175, 174, 178)
Tritanopia (Blue-blind)
#ACB2B2 — rgb(172, 178, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(160, 5%, 69%);
text
color: hsl(160, 5%, 69%);
border
border: 2px solid hsl(160, 5%, 69%);
gradient light
background: linear-gradient(to right, hsl(160, 5%, 89%), hsl(160, 5%, 69%));
gradient dark
background: linear-gradient(to right, hsl(160, 5%, 69%), hsl(160, 5%, 49%))
hex
background-color: #ACB4B1;
tailwind
bg-[hsl(160,5%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(160, 5%, 69%, 0.4);
css variable
--color-primary: hsl(160, 5%, 69%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(160, 5%, 69%)?
HEX: #ACB4B1 | RGB: rgb(172, 180, 177) | CMYK: 4%, 0%, 2%, 29% | HSV: 158°, 4%, 71%. Copy any format from the conversion table above.
What colors go well with #ACB4B1?
The complementary color is HSL(340, 5%, 69%). For a triadic harmony, use hues 160°, 280°, and 40°. For analogous combinations, try hues 130° and 190°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(160, 5%, 69%) in CSS?
As HSL: color: hsl(160, 5%, 69%); — As HEX: color: #ACB4B1; — As RGB: color: rgb(172, 180, 177); — Tailwind CSS: bg-[hsl(160,5%,69%)] — CSS variable: --color-primary: hsl(160, 5%, 69%);