HSL(233, 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(233,8%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 8%, 67%) | color: hsl(233, 8%, 67%) | |
| HEX | #A4A6B2 | color: #A4A6B2 | |
| RGB | rgb(164, 166, 178) | color: rgb(164, 166, 178) | |
| CMYK | cmyk(8%, 7%, 0%, 30%) | — | |
| HSV | hsv(231, 8%, 70%) | — | |
| HWB | hwb(231 64% 30%) | color: hwb(231 64% 30%) | |
| OKLCH | oklch(0.7273 0.0174 278.4) | color: oklch(0.7273 0.0174 278.4) | |
| Lab | lab(68.3 1.66 -6.42) | color: lab(68.3 1.66 -6.42) | |
| LCH | lch(68.3 6.63 284.5) | color: lch(68.3 6.63 284.5) |
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)
#A5A5AF — rgb(165, 165, 175)
Deuteranopia (Green-blind)
#A5A5AE — rgb(165, 165, 174)
Tritanopia (Blue-blind)
#A4ADAC — rgb(164, 173, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 8%, 67%);
text
color: hsl(233, 8%, 67%);
border
border: 2px solid hsl(233, 8%, 67%);
gradient light
background: linear-gradient(to right, hsl(233, 8%, 87%), hsl(233, 8%, 67%));
gradient dark
background: linear-gradient(to right, hsl(233, 8%, 67%), hsl(233, 8%, 47%))
hex
background-color: #A4A6B2;
tailwind
bg-[hsl(233,8%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 8%, 67%, 0.4);
css variable
--color-primary: hsl(233, 8%, 67%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(233, 8%, 67%)?
HEX: #A4A6B2 | RGB: rgb(164, 166, 178) | CMYK: 8%, 7%, 0%, 30% | HSV: 231°, 8%, 70%. Copy any format from the conversion table above.
What colors go well with #A4A6B2?
The complementary color is HSL(53, 8%, 67%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 8%, 67%) in CSS?
As HSL: color: hsl(233, 8%, 67%); — As HEX: color: #A4A6B2; — As RGB: color: rgb(164, 166, 178); — Tailwind CSS: bg-[hsl(233,8%,67%)] — CSS variable: --color-primary: hsl(233, 8%, 67%);