HSL(72, 5%, 68%)
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(72,5%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 5%, 68%) | color: hsl(72, 5%, 68%) | |
| HEX | #B0B1A9 | color: #B0B1A9 | |
| RGB | rgb(176, 177, 169) | color: rgb(176, 177, 169) | |
| CMYK | cmyk(1%, 0%, 5%, 31%) | — | |
| HSV | hsv(68, 5%, 69%) | — | |
| HWB | hwb(68 66% 31%) | color: hwb(68 66% 31%) | |
| OKLCH | oklch(0.7573 0.0113 112.44) | color: oklch(0.7573 0.0113 112.44) | |
| Lab | lab(71.92 -1.83 3.96) | color: lab(71.92 -1.83 3.96) | |
| LCH | lch(71.92 4.36 114.8) | color: lch(71.92 4.36 114.8) |
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)
#B0B0AB — rgb(176, 176, 171)
Deuteranopia (Green-blind)
#B0B0AB — rgb(176, 176, 171)
Tritanopia (Blue-blind)
#B0ACAD — rgb(176, 172, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 5%, 68%);
text
color: hsl(72, 5%, 68%);
border
border: 2px solid hsl(72, 5%, 68%);
gradient light
background: linear-gradient(to right, hsl(72, 5%, 88%), hsl(72, 5%, 68%));
gradient dark
background: linear-gradient(to right, hsl(72, 5%, 68%), hsl(72, 5%, 48%))
hex
background-color: #B0B1A9;
tailwind
bg-[hsl(72,5%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 5%, 68%, 0.4);
css variable
--color-primary: hsl(72, 5%, 68%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(72, 5%, 68%)?
HEX: #B0B1A9 | RGB: rgb(176, 177, 169) | CMYK: 1%, 0%, 5%, 31% | HSV: 68°, 5%, 69%. Copy any format from the conversion table above.
What colors go well with #B0B1A9?
The complementary color is HSL(252, 5%, 68%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(72, 5%, 68%) in CSS?
As HSL: color: hsl(72, 5%, 68%); — As HEX: color: #B0B1A9; — As RGB: color: rgb(176, 177, 169); — Tailwind CSS: bg-[hsl(72,5%,68%)] — CSS variable: --color-primary: hsl(72, 5%, 68%);