HSL(222, 6%, 68%)
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(222,6%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(222, 6%, 68%) | color: hsl(222, 6%, 68%) | |
| HEX | #A9ABB2 | color: #A9ABB2 | |
| RGB | rgb(169, 171, 178) | color: rgb(169, 171, 178) | |
| CMYK | cmyk(5%, 4%, 0%, 30%) | — | |
| HSV | hsv(227, 5%, 70%) | — | |
| HWB | hwb(227 67% 30%) | color: hwb(227 67% 30%) | |
| OKLCH | oklch(0.7418 0.0102 273.31) | color: oklch(0.7418 0.0102 273.31) | |
| Lab | lab(70.02 0.65 -3.83) | color: lab(70.02 0.65 -3.83) | |
| LCH | lch(70.02 3.88 279.63) | color: lch(70.02 3.88 279.63) |
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)
#AAAAB0 — rgb(170, 170, 176)
Deuteranopia (Green-blind)
#AAAAB0 — rgb(170, 170, 176)
Tritanopia (Blue-blind)
#A9AFAF — rgb(169, 175, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(222, 6%, 68%);
text
color: hsl(222, 6%, 68%);
border
border: 2px solid hsl(222, 6%, 68%);
gradient light
background: linear-gradient(to right, hsl(222, 6%, 88%), hsl(222, 6%, 68%));
gradient dark
background: linear-gradient(to right, hsl(222, 6%, 68%), hsl(222, 6%, 48%))
hex
background-color: #A9ABB2;
tailwind
bg-[hsl(222,6%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(222, 6%, 68%, 0.4);
css variable
--color-primary: hsl(222, 6%, 68%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(222, 6%, 68%)?
HEX: #A9ABB2 | RGB: rgb(169, 171, 178) | CMYK: 5%, 4%, 0%, 30% | HSV: 227°, 5%, 70%. Copy any format from the conversion table above.
What colors go well with #A9ABB2?
The complementary color is HSL(42, 6%, 68%). For a triadic harmony, use hues 222°, 342°, and 102°. For analogous combinations, try hues 192° and 252°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(222, 6%, 68%) in CSS?
As HSL: color: hsl(222, 6%, 68%); — As HEX: color: #A9ABB2; — As RGB: color: rgb(169, 171, 178); — Tailwind CSS: bg-[hsl(222,6%,68%)] — CSS variable: --color-primary: hsl(222, 6%, 68%);