HSL(38, 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(38,9%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(38, 9%, 39%) | color: hsl(38, 9%, 39%) | |
| HEX | #6C665A | color: #6C665A | |
| RGB | rgb(108, 102, 90) | color: rgb(108, 102, 90) | |
| CMYK | cmyk(0%, 6%, 17%, 58%) | — | |
| HSV | hsv(40, 17%, 42%) | — | |
| HWB | hwb(40 35% 58%) | color: hwb(40 35% 58%) | |
| OKLCH | oklch(0.5122 0.0199 84.59) | color: oklch(0.5122 0.0199 84.59) | |
| Lab | lab(43.4 0.11 7.64) | color: lab(43.4 0.11 7.64) | |
| LCH | lch(43.4 7.64 89.18) | color: lch(43.4 7.64 89.18) |
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)
#69695D — rgb(105, 105, 93)
Deuteranopia (Green-blind)
#6A6A5E — rgb(106, 106, 94)
Tritanopia (Blue-blind)
#6C5F60 — rgb(108, 95, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(38, 9%, 39%);
text
color: hsl(38, 9%, 39%);
border
border: 2px solid hsl(38, 9%, 39%);
gradient light
background: linear-gradient(to right, hsl(38, 9%, 59%), hsl(38, 9%, 39%));
gradient dark
background: linear-gradient(to right, hsl(38, 9%, 39%), hsl(38, 9%, 19%))
hex
background-color: #6C665A;
tailwind
bg-[hsl(38,9%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(38, 9%, 39%, 0.4);
css variable
--color-primary: hsl(38, 9%, 39%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(38, 9%, 39%)?
HEX: #6C665A | RGB: rgb(108, 102, 90) | CMYK: 0%, 6%, 17%, 58% | HSV: 40°, 17%, 42%. Copy any format from the conversion table above.
What colors go well with #6C665A?
The complementary color is HSL(218, 9%, 39%). For a triadic harmony, use hues 38°, 158°, and 278°. For analogous combinations, try hues 8° and 68°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(38, 9%, 39%) in CSS?
As HSL: color: hsl(38, 9%, 39%); — As HEX: color: #6C665A; — As RGB: color: rgb(108, 102, 90); — Tailwind CSS: bg-[hsl(38,9%,39%)] — CSS variable: --color-primary: hsl(38, 9%, 39%);