HSL(203, 8%, 71%)
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(203,8%,71%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(203, 8%, 71%) | color: hsl(203, 8%, 71%) | |
| HEX | #AFB6BB | color: #AFB6BB | |
| RGB | rgb(175, 182, 187) | color: rgb(175, 182, 187) | |
| CMYK | cmyk(6%, 3%, 0%, 27%) | — | |
| HSV | hsv(205, 6%, 73%) | — | |
| HWB | hwb(205 69% 27%) | color: hwb(205 69% 27%) | |
| OKLCH | oklch(0.7723 0.0106 238.56) | color: oklch(0.7723 0.0106 238.56) | |
| Lab | lab(73.65 -1.46 -3.38) | color: lab(73.65 -1.46 -3.38) | |
| LCH | lch(73.65 3.68 246.64) | color: lch(73.65 3.68 246.64) |
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)
#B2B2BA — rgb(178, 178, 186)
Deuteranopia (Green-blind)
#B2B1BA — rgb(178, 177, 186)
Tritanopia (Blue-blind)
#AFB9B9 — rgb(175, 185, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(203, 8%, 71%);
text
color: hsl(203, 8%, 71%);
border
border: 2px solid hsl(203, 8%, 71%);
gradient light
background: linear-gradient(to right, hsl(203, 8%, 91%), hsl(203, 8%, 71%));
gradient dark
background: linear-gradient(to right, hsl(203, 8%, 71%), hsl(203, 8%, 51%))
hex
background-color: #AFB6BB;
tailwind
bg-[hsl(203,8%,71%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(203, 8%, 71%, 0.4);
css variable
--color-primary: hsl(203, 8%, 71%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(203, 8%, 71%)?
HEX: #AFB6BB | RGB: rgb(175, 182, 187) | CMYK: 6%, 3%, 0%, 27% | HSV: 205°, 6%, 73%. Copy any format from the conversion table above.
What colors go well with #AFB6BB?
The complementary color is HSL(23, 8%, 71%). For a triadic harmony, use hues 203°, 323°, and 83°. For analogous combinations, try hues 173° and 233°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(203, 8%, 71%) in CSS?
As HSL: color: hsl(203, 8%, 71%); — As HEX: color: #AFB6BB; — As RGB: color: rgb(175, 182, 187); — Tailwind CSS: bg-[hsl(203,8%,71%)] — CSS variable: --color-primary: hsl(203, 8%, 71%);