HSL(199, 9%, 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(199,9%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(199, 9%, 69%) | color: hsl(199, 9%, 69%) | |
| HEX | #A9B3B7 | color: #A9B3B7 | |
| RGB | rgb(169, 179, 183) | color: rgb(169, 179, 183) | |
| CMYK | cmyk(8%, 2%, 0%, 28%) | — | |
| HSV | hsv(197, 8%, 72%) | — | |
| HWB | hwb(197 66% 28%) | color: hwb(197 66% 28%) | |
| OKLCH | oklch(0.7601 0.0126 223.57) | color: oklch(0.7601 0.0126 223.57) | |
| Lab | lab(72.29 -2.69 -3.24) | color: lab(72.29 -2.69 -3.24) | |
| LCH | lch(72.29 4.21 230.3) | color: lch(72.29 4.21 230.3) |
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)
#ADADB6 — rgb(173, 173, 182)
Deuteranopia (Green-blind)
#ADACB6 — rgb(173, 172, 182)
Tritanopia (Blue-blind)
#AAB5B5 — rgb(170, 181, 181)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(199, 9%, 69%);
text
color: hsl(199, 9%, 69%);
border
border: 2px solid hsl(199, 9%, 69%);
gradient light
background: linear-gradient(to right, hsl(199, 9%, 89%), hsl(199, 9%, 69%));
gradient dark
background: linear-gradient(to right, hsl(199, 9%, 69%), hsl(199, 9%, 49%))
hex
background-color: #A9B3B7;
tailwind
bg-[hsl(199,9%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(199, 9%, 69%, 0.4);
css variable
--color-primary: hsl(199, 9%, 69%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(199, 9%, 69%)?
HEX: #A9B3B7 | RGB: rgb(169, 179, 183) | CMYK: 8%, 2%, 0%, 28% | HSV: 197°, 8%, 72%. Copy any format from the conversion table above.
What colors go well with #A9B3B7?
The complementary color is HSL(19, 9%, 69%). For a triadic harmony, use hues 199°, 319°, and 79°. For analogous combinations, try hues 169° and 229°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(199, 9%, 69%) in CSS?
As HSL: color: hsl(199, 9%, 69%); — As HEX: color: #A9B3B7; — As RGB: color: rgb(169, 179, 183); — Tailwind CSS: bg-[hsl(199,9%,69%)] — CSS variable: --color-primary: hsl(199, 9%, 69%);