HSL(277, 5%, 69%)
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(277,5%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(277, 5%, 69%) | color: hsl(277, 5%, 69%) | |
| HEX | #B1ACB4 | color: #B1ACB4 | |
| RGB | rgb(177, 172, 180) | color: rgb(177, 172, 180) | |
| CMYK | cmyk(2%, 4%, 0%, 29%) | — | |
| HSV | hsv(278, 4%, 71%) | — | |
| HWB | hwb(278 68% 29%) | color: hwb(278 68% 29%) | |
| OKLCH | oklch(0.751 0.0126 313.19) | color: oklch(0.751 0.0126 313.19) | |
| Lab | lab(70.97 3.28 -3.46) | color: lab(70.97 3.28 -3.46) | |
| LCH | lch(70.97 4.77 313.47) | color: lch(70.97 4.77 313.47) |
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)
#AFAFB2 — rgb(175, 175, 178)
Deuteranopia (Green-blind)
#AFB0B2 — rgb(175, 176, 178)
Tritanopia (Blue-blind)
#B1B1B0 — rgb(177, 177, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(277, 5%, 69%);
text
color: hsl(277, 5%, 69%);
border
border: 2px solid hsl(277, 5%, 69%);
gradient light
background: linear-gradient(to right, hsl(277, 5%, 89%), hsl(277, 5%, 69%));
gradient dark
background: linear-gradient(to right, hsl(277, 5%, 69%), hsl(277, 5%, 49%))
hex
background-color: #B1ACB4;
tailwind
bg-[hsl(277,5%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(277, 5%, 69%, 0.4);
css variable
--color-primary: hsl(277, 5%, 69%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(277, 5%, 69%)?
HEX: #B1ACB4 | RGB: rgb(177, 172, 180) | CMYK: 2%, 4%, 0%, 29% | HSV: 278°, 4%, 71%. Copy any format from the conversion table above.
What colors go well with #B1ACB4?
The complementary color is HSL(97, 5%, 69%). For a triadic harmony, use hues 277°, 37°, and 157°. For analogous combinations, try hues 247° and 307°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(277, 5%, 69%) in CSS?
As HSL: color: hsl(277, 5%, 69%); — As HEX: color: #B1ACB4; — As RGB: color: rgb(177, 172, 180); — Tailwind CSS: bg-[hsl(277,5%,69%)] — CSS variable: --color-primary: hsl(277, 5%, 69%);