HSL(7, 2%, 69%)
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,2%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 2%, 69%) | color: hsl(7, 2%, 69%) | |
| HEX | #B2AFAE | color: #B2AFAE | |
| RGB | rgb(178, 175, 174) | color: rgb(178, 175, 174) | |
| CMYK | cmyk(0%, 2%, 2%, 30%) | — | |
| HSV | hsv(15, 2%, 70%) | — | |
| HWB | hwb(15 69% 30%) | color: hwb(15 69% 30%) | |
| OKLCH | oklch(0.7562 0.0037 39.48) | color: oklch(0.7562 0.0037 39.48) | |
| Lab | lab(71.68 0.88 0.89) | color: lab(71.68 0.88 0.89) | |
| LCH | lch(71.68 1.25 45.32) | color: lch(71.68 1.25 45.32) |
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)
#B1B1AE — rgb(177, 177, 174)
Deuteranopia (Green-blind)
#B1B1AE — rgb(177, 177, 174)
Tritanopia (Blue-blind)
#B2AEAE — rgb(178, 174, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 2%, 69%);
text
color: hsl(7, 2%, 69%);
border
border: 2px solid hsl(7, 2%, 69%);
gradient light
background: linear-gradient(to right, hsl(7, 2%, 89%), hsl(7, 2%, 69%));
gradient dark
background: linear-gradient(to right, hsl(7, 2%, 69%), hsl(7, 2%, 49%))
hex
background-color: #B2AFAE;
tailwind
bg-[hsl(7,2%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 2%, 69%, 0.4);
css variable
--color-primary: hsl(7, 2%, 69%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(7, 2%, 69%)?
HEX: #B2AFAE | RGB: rgb(178, 175, 174) | CMYK: 0%, 2%, 2%, 30% | HSV: 15°, 2%, 70%. Copy any format from the conversion table above.
What colors go well with #B2AFAE?
The complementary color is HSL(187, 2%, 69%). 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, 2%, 69%) in CSS?
As HSL: color: hsl(7, 2%, 69%); — As HEX: color: #B2AFAE; — As RGB: color: rgb(178, 175, 174); — Tailwind CSS: bg-[hsl(7,2%,69%)] — CSS variable: --color-primary: hsl(7, 2%, 69%);