HSL(118, 6%, 72%)
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(118,6%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(118, 6%, 72%) | color: hsl(118, 6%, 72%) | |
| HEX | #B4BCB3 | color: #B4BCB3 | |
| RGB | rgb(180, 188, 179) | color: rgb(180, 188, 179) | |
| CMYK | cmyk(4%, 0%, 5%, 26%) | — | |
| HSV | hsv(113, 5%, 74%) | — | |
| HWB | hwb(113 70% 26%) | color: hwb(113 70% 26%) | |
| OKLCH | oklch(0.7863 0.0153 142.21) | color: oklch(0.7863 0.0153 142.21) | |
| Lab | lab(75.4 -4.46 3.59) | color: lab(75.4 -4.46 3.59) | |
| LCH | lch(75.4 5.73 141.17) | color: lch(75.4 5.73 141.17) |
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)
#B7B8B5 — rgb(183, 184, 181)
Deuteranopia (Green-blind)
#B7B6B6 — rgb(183, 182, 182)
Tritanopia (Blue-blind)
#B4B7B7 — rgb(180, 183, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(118, 6%, 72%);
text
color: hsl(118, 6%, 72%);
border
border: 2px solid hsl(118, 6%, 72%);
gradient light
background: linear-gradient(to right, hsl(118, 6%, 92%), hsl(118, 6%, 72%));
gradient dark
background: linear-gradient(to right, hsl(118, 6%, 72%), hsl(118, 6%, 52%))
hex
background-color: #B4BCB3;
tailwind
bg-[hsl(118,6%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(118, 6%, 72%, 0.4);
css variable
--color-primary: hsl(118, 6%, 72%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(118, 6%, 72%)?
HEX: #B4BCB3 | RGB: rgb(180, 188, 179) | CMYK: 4%, 0%, 5%, 26% | HSV: 113°, 5%, 74%. Copy any format from the conversion table above.
What colors go well with #B4BCB3?
The complementary color is HSL(298, 6%, 72%). For a triadic harmony, use hues 118°, 238°, and 358°. For analogous combinations, try hues 88° and 148°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(118, 6%, 72%) in CSS?
As HSL: color: hsl(118, 6%, 72%); — As HEX: color: #B4BCB3; — As RGB: color: rgb(180, 188, 179); — Tailwind CSS: bg-[hsl(118,6%,72%)] — CSS variable: --color-primary: hsl(118, 6%, 72%);