HSL(341, 7%, 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(341,7%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(341, 7%, 70%) | color: hsl(341, 7%, 70%) | |
| HEX | #B8ADB1 | color: #B8ADB1 | |
| RGB | rgb(184, 173, 177) | color: rgb(184, 173, 177) | |
| CMYK | cmyk(0%, 6%, 4%, 28%) | — | |
| HSV | hsv(338, 6%, 72%) | — | |
| HWB | hwb(338 68% 28%) | color: hwb(338 68% 28%) | |
| OKLCH | oklch(0.758 0.0137 353.27) | color: oklch(0.758 0.0137 353.27) | |
| Lab | lab(71.73 4.65 -0.63) | color: lab(71.73 4.65 -0.63) | |
| LCH | lch(71.73 4.69 352.28) | color: lch(71.73 4.69 352.28) |
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)
#B3B3B0 — rgb(179, 179, 176)
Deuteranopia (Green-blind)
#B4B5B0 — rgb(180, 181, 176)
Tritanopia (Blue-blind)
#B7AFAF — rgb(183, 175, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(341, 7%, 70%);
text
color: hsl(341, 7%, 70%);
border
border: 2px solid hsl(341, 7%, 70%);
gradient light
background: linear-gradient(to right, hsl(341, 7%, 90%), hsl(341, 7%, 70%));
gradient dark
background: linear-gradient(to right, hsl(341, 7%, 70%), hsl(341, 7%, 50%))
hex
background-color: #B8ADB1;
tailwind
bg-[hsl(341,7%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(341, 7%, 70%, 0.4);
css variable
--color-primary: hsl(341, 7%, 70%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(341, 7%, 70%)?
HEX: #B8ADB1 | RGB: rgb(184, 173, 177) | CMYK: 0%, 6%, 4%, 28% | HSV: 338°, 6%, 72%. Copy any format from the conversion table above.
What colors go well with #B8ADB1?
The complementary color is HSL(161, 7%, 70%). For a triadic harmony, use hues 341°, 101°, and 221°. For analogous combinations, try hues 311° and 11°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(341, 7%, 70%) in CSS?
As HSL: color: hsl(341, 7%, 70%); — As HEX: color: #B8ADB1; — As RGB: color: rgb(184, 173, 177); — Tailwind CSS: bg-[hsl(341,7%,70%)] — CSS variable: --color-primary: hsl(341, 7%, 70%);