HSL(263, 8%, 70%)
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(263,8%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 8%, 70%) | color: hsl(263, 8%, 70%) | |
| HEX | #B1ACB9 | color: #B1ACB9 | |
| RGB | rgb(177, 172, 185) | color: rgb(177, 172, 185) | |
| CMYK | cmyk(4%, 7%, 0%, 27%) | — | |
| HSV | hsv(263, 7%, 73%) | — | |
| HWB | hwb(263 68% 27%) | color: hwb(263 68% 27%) | |
| OKLCH | oklch(0.7526 0.0192 303.32) | color: oklch(0.7526 0.0192 303.32) | |
| Lab | lab(71.11 4.25 -6) | color: lab(71.11 4.25 -6) | |
| LCH | lch(71.11 7.35 305.31) | color: lch(71.11 7.35 305.31) |
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)
#AFAFB6 — rgb(175, 175, 182)
Deuteranopia (Green-blind)
#AFB0B5 — rgb(175, 176, 181)
Tritanopia (Blue-blind)
#B1B3B3 — rgb(177, 179, 179)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 8%, 70%);
text
color: hsl(263, 8%, 70%);
border
border: 2px solid hsl(263, 8%, 70%);
gradient light
background: linear-gradient(to right, hsl(263, 8%, 90%), hsl(263, 8%, 70%));
gradient dark
background: linear-gradient(to right, hsl(263, 8%, 70%), hsl(263, 8%, 50%))
hex
background-color: #B1ACB9;
tailwind
bg-[hsl(263,8%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 8%, 70%, 0.4);
css variable
--color-primary: hsl(263, 8%, 70%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(263, 8%, 70%)?
HEX: #B1ACB9 | RGB: rgb(177, 172, 185) | CMYK: 4%, 7%, 0%, 27% | HSV: 263°, 7%, 73%. Copy any format from the conversion table above.
What colors go well with #B1ACB9?
The complementary color is HSL(83, 8%, 70%). For a triadic harmony, use hues 263°, 23°, and 143°. For analogous combinations, try hues 233° and 293°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(263, 8%, 70%) in CSS?
As HSL: color: hsl(263, 8%, 70%); — As HEX: color: #B1ACB9; — As RGB: color: rgb(177, 172, 185); — Tailwind CSS: bg-[hsl(263,8%,70%)] — CSS variable: --color-primary: hsl(263, 8%, 70%);