HSL(232, 6%, 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(232,6%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 6%, 65%) | color: hsl(232, 6%, 65%) | |
| HEX | #A0A2AB | color: #A0A2AB | |
| RGB | rgb(160, 162, 171) | color: rgb(160, 162, 171) | |
| CMYK | cmyk(6%, 5%, 0%, 33%) | — | |
| HSV | hsv(229, 6%, 67%) | — | |
| HWB | hwb(229 63% 33%) | color: hwb(229 63% 33%) | |
| OKLCH | oklch(0.7134 0.0132 276.02) | color: oklch(0.7134 0.0132 276.02) | |
| Lab | lab(66.71 1.06 -4.9) | color: lab(66.71 1.06 -4.9) | |
| LCH | lch(66.71 5.01 282.21) | color: lch(66.71 5.01 282.21) |
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)
#A1A1A9 — rgb(161, 161, 169)
Deuteranopia (Green-blind)
#A1A1A8 — rgb(161, 161, 168)
Tritanopia (Blue-blind)
#A0A7A7 — rgb(160, 167, 167)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 6%, 65%);
text
color: hsl(232, 6%, 65%);
border
border: 2px solid hsl(232, 6%, 65%);
gradient light
background: linear-gradient(to right, hsl(232, 6%, 85%), hsl(232, 6%, 65%));
gradient dark
background: linear-gradient(to right, hsl(232, 6%, 65%), hsl(232, 6%, 45%))
hex
background-color: #A0A2AB;
tailwind
bg-[hsl(232,6%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 6%, 65%, 0.4);
css variable
--color-primary: hsl(232, 6%, 65%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(232, 6%, 65%)?
HEX: #A0A2AB | RGB: rgb(160, 162, 171) | CMYK: 6%, 5%, 0%, 33% | HSV: 229°, 6%, 67%. Copy any format from the conversion table above.
What colors go well with #A0A2AB?
The complementary color is HSL(52, 6%, 65%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 6%, 65%) in CSS?
As HSL: color: hsl(232, 6%, 65%); — As HEX: color: #A0A2AB; — As RGB: color: rgb(160, 162, 171); — Tailwind CSS: bg-[hsl(232,6%,65%)] — CSS variable: --color-primary: hsl(232, 6%, 65%);