HSL(1, 0%, 72%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(1,0%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(1, 0%, 72%) | color: hsl(1, 0%, 72%) | |
| HEX | #B8B8B8 | color: #B8B8B8 | |
| RGB | rgb(184, 184, 184) | color: rgb(184, 184, 184) | |
| CMYK | cmyk(0%, 0%, 0%, 28%) | — | |
| HSV | hsv(0, 0%, 72%) | — | |
| HWB | hwb(0 72% 28%) | color: hwb(0 72% 28%) | |
| OKLCH | oklch(0.7826 0 89.88) | color: oklch(0.7826 0 89.88) | |
| Lab | lab(74.78 -0 0) | color: lab(74.78 -0 0) | |
| LCH | lch(74.78 0 180) | color: lch(74.78 0 180) |
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)
#B8B8B8 — rgb(184, 184, 184)
Deuteranopia (Green-blind)
#B8B8B8 — rgb(184, 184, 184)
Tritanopia (Blue-blind)
#B8B8B8 — rgb(184, 184, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(1, 0%, 72%);
text
color: hsl(1, 0%, 72%);
border
border: 2px solid hsl(1, 0%, 72%);
gradient light
background: linear-gradient(to right, hsl(1, 0%, 92%), hsl(1, 0%, 72%));
gradient dark
background: linear-gradient(to right, hsl(1, 0%, 72%), hsl(1, 0%, 52%))
hex
background-color: #B8B8B8;
tailwind
bg-[hsl(1,0%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(1, 0%, 72%, 0.4);
css variable
--color-primary: hsl(1, 0%, 72%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(1, 0%, 72%)?
HEX: #B8B8B8 | RGB: rgb(184, 184, 184) | CMYK: 0%, 0%, 0%, 28% | HSV: 0°, 0%, 72%. Copy any format from the conversion table above.
What colors go well with #B8B8B8?
The complementary color is HSL(181, 0%, 72%). For a triadic harmony, use hues 1°, 121°, and 241°. For analogous combinations, try hues 331° and 31°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(1, 0%, 72%) in CSS?
As HSL: color: hsl(1, 0%, 72%); — As HEX: color: #B8B8B8; — As RGB: color: rgb(184, 184, 184); — Tailwind CSS: bg-[hsl(1,0%,72%)] — CSS variable: --color-primary: hsl(1, 0%, 72%);