HSL(18, 9%, 65%)
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(18,9%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(18, 9%, 65%) | color: hsl(18, 9%, 65%) | |
| HEX | #AEA39E | color: #AEA39E | |
| RGB | rgb(174, 163, 158) | color: rgb(174, 163, 158) | |
| CMYK | cmyk(0%, 6%, 9%, 32%) | — | |
| HSV | hsv(19, 9%, 68%) | — | |
| HWB | hwb(19 62% 32%) | color: hwb(19 62% 32%) | |
| OKLCH | oklch(0.7233 0.0147 46.17) | color: oklch(0.7233 0.0147 46.17) | |
| Lab | lab(67.77 3.09 4.02) | color: lab(67.77 3.09 4.02) | |
| LCH | lch(67.77 5.07 52.45) | color: lch(67.77 5.07 52.45) |
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)
#A9A99F — rgb(169, 169, 159)
Deuteranopia (Green-blind)
#AAABA0 — rgb(170, 171, 160)
Tritanopia (Blue-blind)
#ADA0A0 — rgb(173, 160, 160)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(18, 9%, 65%);
text
color: hsl(18, 9%, 65%);
border
border: 2px solid hsl(18, 9%, 65%);
gradient light
background: linear-gradient(to right, hsl(18, 9%, 85%), hsl(18, 9%, 65%));
gradient dark
background: linear-gradient(to right, hsl(18, 9%, 65%), hsl(18, 9%, 45%))
hex
background-color: #AEA39E;
tailwind
bg-[hsl(18,9%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(18, 9%, 65%, 0.4);
css variable
--color-primary: hsl(18, 9%, 65%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(18, 9%, 65%)?
HEX: #AEA39E | RGB: rgb(174, 163, 158) | CMYK: 0%, 6%, 9%, 32% | HSV: 19°, 9%, 68%. Copy any format from the conversion table above.
What colors go well with #AEA39E?
The complementary color is HSL(198, 9%, 65%). For a triadic harmony, use hues 18°, 138°, and 258°. For analogous combinations, try hues 348° and 48°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(18, 9%, 65%) in CSS?
As HSL: color: hsl(18, 9%, 65%); — As HEX: color: #AEA39E; — As RGB: color: rgb(174, 163, 158); — Tailwind CSS: bg-[hsl(18,9%,65%)] — CSS variable: --color-primary: hsl(18, 9%, 65%);