HSL(32, 1%, 68%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(32,1%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(32, 1%, 68%) | color: hsl(32, 1%, 68%) | |
| HEX | #AEADAD | color: #AEADAD | |
| RGB | rgb(174, 173, 173) | color: rgb(174, 173, 173) | |
| CMYK | cmyk(0%, 1%, 1%, 32%) | — | |
| HSV | hsv(0, 1%, 68%) | — | |
| HWB | hwb(0 67% 32%) | color: hwb(0 67% 32%) | |
| OKLCH | oklch(0.7484 0.0011 17.18) | color: oklch(0.7484 0.0011 17.18) | |
| Lab | lab(70.8 0.35 0.13) | color: lab(70.8 0.35 0.13) | |
| LCH | lch(70.8 0.37 20.38) | color: lch(70.8 0.37 20.38) |
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)
#AEAEAD — rgb(174, 174, 173)
Deuteranopia (Green-blind)
#AEAEAD — rgb(174, 174, 173)
Tritanopia (Blue-blind)
#AEADAD — rgb(174, 173, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(32, 1%, 68%);
text
color: hsl(32, 1%, 68%);
border
border: 2px solid hsl(32, 1%, 68%);
gradient light
background: linear-gradient(to right, hsl(32, 1%, 88%), hsl(32, 1%, 68%));
gradient dark
background: linear-gradient(to right, hsl(32, 1%, 68%), hsl(32, 1%, 48%))
hex
background-color: #AEADAD;
tailwind
bg-[hsl(32,1%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(32, 1%, 68%, 0.4);
css variable
--color-primary: hsl(32, 1%, 68%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(32, 1%, 68%)?
HEX: #AEADAD | RGB: rgb(174, 173, 173) | CMYK: 0%, 1%, 1%, 32% | HSV: 0°, 1%, 68%. Copy any format from the conversion table above.
What colors go well with #AEADAD?
The complementary color is HSL(212, 1%, 68%). For a triadic harmony, use hues 32°, 152°, and 272°. For analogous combinations, try hues 2° and 62°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(32, 1%, 68%) in CSS?
As HSL: color: hsl(32, 1%, 68%); — As HEX: color: #AEADAD; — As RGB: color: rgb(174, 173, 173); — Tailwind CSS: bg-[hsl(32,1%,68%)] — CSS variable: --color-primary: hsl(32, 1%, 68%);