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