HSL(182, 1%, 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(182,1%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 1%, 69%) | color: hsl(182, 1%, 69%) | |
| HEX | #AFB1B1 | color: #AFB1B1 | |
| RGB | rgb(175, 177, 177) | color: rgb(175, 177, 177) | |
| CMYK | cmyk(1%, 0%, 0%, 31%) | — | |
| HSV | hsv(180, 1%, 69%) | — | |
| HWB | hwb(180 68% 31%) | color: hwb(180 68% 31%) | |
| OKLCH | oklch(0.7588 0.0023 197.11) | color: oklch(0.7588 0.0023 197.11) | |
| Lab | lab(72.05 -0.7 -0.25) | color: lab(72.05 -0.7 -0.25) | |
| LCH | lch(72.05 0.74 199.65) | color: lch(72.05 0.74 199.65) |
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)
#B0B0B1 — rgb(176, 176, 177)
Deuteranopia (Green-blind)
#B0B0B1 — rgb(176, 176, 177)
Tritanopia (Blue-blind)
#AFB1B1 — rgb(175, 177, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 1%, 69%);
text
color: hsl(182, 1%, 69%);
border
border: 2px solid hsl(182, 1%, 69%);
gradient light
background: linear-gradient(to right, hsl(182, 1%, 89%), hsl(182, 1%, 69%));
gradient dark
background: linear-gradient(to right, hsl(182, 1%, 69%), hsl(182, 1%, 49%))
hex
background-color: #AFB1B1;
tailwind
bg-[hsl(182,1%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 1%, 69%, 0.4);
css variable
--color-primary: hsl(182, 1%, 69%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(182, 1%, 69%)?
HEX: #AFB1B1 | RGB: rgb(175, 177, 177) | CMYK: 1%, 0%, 0%, 31% | HSV: 180°, 1%, 69%. Copy any format from the conversion table above.
What colors go well with #AFB1B1?
The complementary color is HSL(2, 1%, 69%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(182, 1%, 69%) in CSS?
As HSL: color: hsl(182, 1%, 69%); — As HEX: color: #AFB1B1; — As RGB: color: rgb(175, 177, 177); — Tailwind CSS: bg-[hsl(182,1%,69%)] — CSS variable: --color-primary: hsl(182, 1%, 69%);