HSL(263, 8%, 67%)
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%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(263, 8%, 67%) | color: hsl(263, 8%, 67%) | |
| HEX | #A9A4B2 | color: #A9A4B2 | |
| RGB | rgb(169, 164, 178) | color: rgb(169, 164, 178) | |
| CMYK | cmyk(5%, 8%, 0%, 30%) | — | |
| HSV | hsv(261, 8%, 70%) | — | |
| HWB | hwb(261 64% 30%) | color: hwb(261 64% 30%) | |
| OKLCH | oklch(0.7273 0.0207 302.08) | color: oklch(0.7273 0.0207 302.08) | |
| Lab | lab(68.17 4.49 -6.57) | color: lab(68.17 4.49 -6.57) | |
| LCH | lch(68.17 7.96 304.35) | color: lch(68.17 7.96 304.35) |
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)
#A7A7AF — rgb(167, 167, 175)
Deuteranopia (Green-blind)
#A7A8AE — rgb(167, 168, 174)
Tritanopia (Blue-blind)
#A9ACAB — rgb(169, 172, 171)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(263, 8%, 67%);
text
color: hsl(263, 8%, 67%);
border
border: 2px solid hsl(263, 8%, 67%);
gradient light
background: linear-gradient(to right, hsl(263, 8%, 87%), hsl(263, 8%, 67%));
gradient dark
background: linear-gradient(to right, hsl(263, 8%, 67%), hsl(263, 8%, 47%))
hex
background-color: #A9A4B2;
tailwind
bg-[hsl(263,8%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(263, 8%, 67%, 0.4);
css variable
--color-primary: hsl(263, 8%, 67%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(263, 8%, 67%)?
HEX: #A9A4B2 | RGB: rgb(169, 164, 178) | CMYK: 5%, 8%, 0%, 30% | HSV: 261°, 8%, 70%. Copy any format from the conversion table above.
What colors go well with #A9A4B2?
The complementary color is HSL(83, 8%, 67%). 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%, 67%) in CSS?
As HSL: color: hsl(263, 8%, 67%); — As HEX: color: #A9A4B2; — As RGB: color: rgb(169, 164, 178); — Tailwind CSS: bg-[hsl(263,8%,67%)] — CSS variable: --color-primary: hsl(263, 8%, 67%);