HSL(7, 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(7,7%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 7%, 70%) | color: hsl(7, 7%, 70%) | |
| HEX | #B8AEAD | color: #B8AEAD | |
| RGB | rgb(184, 174, 173) | color: rgb(184, 174, 173) | |
| CMYK | cmyk(0%, 5%, 6%, 28%) | — | |
| HSV | hsv(5, 6%, 72%) | — | |
| HWB | hwb(5 68% 28%) | color: hwb(5 68% 28%) | |
| OKLCH | oklch(0.7589 0.0116 24.36) | color: oklch(0.7589 0.0116 24.36) | |
| Lab | lab(71.88 3.39 1.79) | color: lab(71.88 3.39 1.79) | |
| LCH | lch(71.88 3.83 27.84) | color: lch(71.88 3.83 27.84) |
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)
#B4B4AD — rgb(180, 180, 173)
Deuteranopia (Green-blind)
#B4B5AD — rgb(180, 181, 173)
Tritanopia (Blue-blind)
#B8ADAD — rgb(184, 173, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 7%, 70%);
text
color: hsl(7, 7%, 70%);
border
border: 2px solid hsl(7, 7%, 70%);
gradient light
background: linear-gradient(to right, hsl(7, 7%, 90%), hsl(7, 7%, 70%));
gradient dark
background: linear-gradient(to right, hsl(7, 7%, 70%), hsl(7, 7%, 50%))
hex
background-color: #B8AEAD;
tailwind
bg-[hsl(7,7%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 7%, 70%, 0.4);
css variable
--color-primary: hsl(7, 7%, 70%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(7, 7%, 70%)?
HEX: #B8AEAD | RGB: rgb(184, 174, 173) | CMYK: 0%, 5%, 6%, 28% | HSV: 5°, 6%, 72%. Copy any format from the conversion table above.
What colors go well with #B8AEAD?
The complementary color is HSL(187, 7%, 70%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 7%, 70%) in CSS?
As HSL: color: hsl(7, 7%, 70%); — As HEX: color: #B8AEAD; — As RGB: color: rgb(184, 174, 173); — Tailwind CSS: bg-[hsl(7,7%,70%)] — CSS variable: --color-primary: hsl(7, 7%, 70%);