HSL(267, 3%, 70%)
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(267,3%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 3%, 70%) | color: hsl(267, 3%, 70%) | |
| HEX | #B2B0B5 | color: #B2B0B5 | |
| RGB | rgb(178, 176, 181) | color: rgb(178, 176, 181) | |
| CMYK | cmyk(2%, 3%, 0%, 29%) | — | |
| HSV | hsv(264, 3%, 71%) | — | |
| HWB | hwb(264 69% 29%) | color: hwb(264 69% 29%) | |
| OKLCH | oklch(0.7603 0.0074 304.21) | color: oklch(0.7603 0.0074 304.21) | |
| Lab | lab(72.13 1.65 -2.3) | color: lab(72.13 1.65 -2.3) | |
| LCH | lch(72.13 2.83 305.66) | color: lch(72.13 2.83 305.66) |
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)
#B1B1B4 — rgb(177, 177, 180)
Deuteranopia (Green-blind)
#B1B1B4 — rgb(177, 177, 180)
Tritanopia (Blue-blind)
#B2B3B3 — rgb(178, 179, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 3%, 70%);
text
color: hsl(267, 3%, 70%);
border
border: 2px solid hsl(267, 3%, 70%);
gradient light
background: linear-gradient(to right, hsl(267, 3%, 90%), hsl(267, 3%, 70%));
gradient dark
background: linear-gradient(to right, hsl(267, 3%, 70%), hsl(267, 3%, 50%))
hex
background-color: #B2B0B5;
tailwind
bg-[hsl(267,3%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 3%, 70%, 0.4);
css variable
--color-primary: hsl(267, 3%, 70%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(267, 3%, 70%)?
HEX: #B2B0B5 | RGB: rgb(178, 176, 181) | CMYK: 2%, 3%, 0%, 29% | HSV: 264°, 3%, 71%. Copy any format from the conversion table above.
What colors go well with #B2B0B5?
The complementary color is HSL(87, 3%, 70%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(267, 3%, 70%) in CSS?
As HSL: color: hsl(267, 3%, 70%); — As HEX: color: #B2B0B5; — As RGB: color: rgb(178, 176, 181); — Tailwind CSS: bg-[hsl(267,3%,70%)] — CSS variable: --color-primary: hsl(267, 3%, 70%);