HSL(97, 3%, 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(97,3%,67%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 3%, 67%) | color: hsl(97, 3%, 67%) | |
| HEX | #AAADA8 | color: #AAADA8 | |
| RGB | rgb(170, 173, 168) | color: rgb(170, 173, 168) | |
| CMYK | cmyk(2%, 0%, 3%, 32%) | — | |
| HSV | hsv(96, 3%, 68%) | — | |
| HWB | hwb(96 66% 32%) | color: hwb(96 66% 32%) | |
| OKLCH | oklch(0.7437 0.0078 132.44) | color: oklch(0.7437 0.0078 132.44) | |
| Lab | lab(70.36 -2 2.19) | color: lab(70.36 -2 2.19) | |
| LCH | lch(70.36 2.97 132.4) | color: lch(70.36 2.97 132.4) |
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)
#ABABA9 — rgb(171, 171, 169)
Deuteranopia (Green-blind)
#ABABAA — rgb(171, 171, 170)
Tritanopia (Blue-blind)
#AAAAAA — rgb(170, 170, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 3%, 67%);
text
color: hsl(97, 3%, 67%);
border
border: 2px solid hsl(97, 3%, 67%);
gradient light
background: linear-gradient(to right, hsl(97, 3%, 87%), hsl(97, 3%, 67%));
gradient dark
background: linear-gradient(to right, hsl(97, 3%, 67%), hsl(97, 3%, 47%))
hex
background-color: #AAADA8;
tailwind
bg-[hsl(97,3%,67%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 3%, 67%, 0.4);
css variable
--color-primary: hsl(97, 3%, 67%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(97, 3%, 67%)?
HEX: #AAADA8 | RGB: rgb(170, 173, 168) | CMYK: 2%, 0%, 3%, 32% | HSV: 96°, 3%, 68%. Copy any format from the conversion table above.
What colors go well with #AAADA8?
The complementary color is HSL(277, 3%, 67%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 3%, 67%) in CSS?
As HSL: color: hsl(97, 3%, 67%); — As HEX: color: #AAADA8; — As RGB: color: rgb(170, 173, 168); — Tailwind CSS: bg-[hsl(97,3%,67%)] — CSS variable: --color-primary: hsl(97, 3%, 67%);