HSL(323, 9%, 39%)
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(323,9%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(323, 9%, 39%) | color: hsl(323, 9%, 39%) | |
| HEX | #6C5A66 | color: #6C5A66 | |
| RGB | rgb(108, 90, 102) | color: rgb(108, 90, 102) | |
| CMYK | cmyk(0%, 17%, 6%, 58%) | — | |
| HSV | hsv(320, 17%, 42%) | — | |
| HWB | hwb(320 35% 58%) | color: hwb(320 35% 58%) | |
| OKLCH | oklch(0.4894 0.0296 338.44) | color: oklch(0.4894 0.0296 338.44) | |
| Lab | lab(40.34 9.62 -4.12) | color: lab(40.34 9.62 -4.12) | |
| LCH | lch(40.34 10.47 336.82) | color: lch(40.34 10.47 336.82) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#646463 — rgb(100, 100, 99)
Deuteranopia (Green-blind)
#656762 — rgb(101, 103, 98)
Tritanopia (Blue-blind)
#6B6160 — rgb(107, 97, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(323, 9%, 39%);
text
color: hsl(323, 9%, 39%);
border
border: 2px solid hsl(323, 9%, 39%);
gradient light
background: linear-gradient(to right, hsl(323, 9%, 59%), hsl(323, 9%, 39%));
gradient dark
background: linear-gradient(to right, hsl(323, 9%, 39%), hsl(323, 9%, 19%))
hex
background-color: #6C5A66;
tailwind
bg-[hsl(323,9%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(323, 9%, 39%, 0.4);
css variable
--color-primary: hsl(323, 9%, 39%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(323, 9%, 39%)?
HEX: #6C5A66 | RGB: rgb(108, 90, 102) | CMYK: 0%, 17%, 6%, 58% | HSV: 320°, 17%, 42%. Copy any format from the conversion table above.
What colors go well with #6C5A66?
The complementary color is HSL(143, 9%, 39%). For a triadic harmony, use hues 323°, 83°, and 203°. For analogous combinations, try hues 293° and 353°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(323, 9%, 39%) in CSS?
As HSL: color: hsl(323, 9%, 39%); — As HEX: color: #6C5A66; — As RGB: color: rgb(108, 90, 102); — Tailwind CSS: bg-[hsl(323,9%,39%)] — CSS variable: --color-primary: hsl(323, 9%, 39%);