HSL(347, 5%, 38%)
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(347,5%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(347, 5%, 38%) | color: hsl(347, 5%, 38%) | |
| HEX | #665C5E | color: #665C5E | |
| RGB | rgb(102, 92, 94) | color: rgb(102, 92, 94) | |
| CMYK | cmyk(0%, 10%, 8%, 60%) | — | |
| HSV | hsv(348, 10%, 40%) | — | |
| HWB | hwb(348 36% 60%) | color: hwb(348 36% 60%) | |
| OKLCH | oklch(0.485 0.0133 3.91) | color: oklch(0.485 0.0133 3.91) | |
| Lab | lab(40.06 4.41 0.32) | color: lab(40.06 4.41 0.32) | |
| LCH | lch(40.06 4.42 4.15) | color: lch(40.06 4.42 4.15) |
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)
#62625E — rgb(98, 98, 94)
Deuteranopia (Green-blind)
#62635D — rgb(98, 99, 93)
Tritanopia (Blue-blind)
#665D5D — rgb(102, 93, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(347, 5%, 38%);
text
color: hsl(347, 5%, 38%);
border
border: 2px solid hsl(347, 5%, 38%);
gradient light
background: linear-gradient(to right, hsl(347, 5%, 58%), hsl(347, 5%, 38%));
gradient dark
background: linear-gradient(to right, hsl(347, 5%, 38%), hsl(347, 5%, 18%))
hex
background-color: #665C5E;
tailwind
bg-[hsl(347,5%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(347, 5%, 38%, 0.4);
css variable
--color-primary: hsl(347, 5%, 38%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(347, 5%, 38%)?
HEX: #665C5E | RGB: rgb(102, 92, 94) | CMYK: 0%, 10%, 8%, 60% | HSV: 348°, 10%, 40%. Copy any format from the conversion table above.
What colors go well with #665C5E?
The complementary color is HSL(167, 5%, 38%). For a triadic harmony, use hues 347°, 107°, and 227°. For analogous combinations, try hues 317° and 17°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(347, 5%, 38%) in CSS?
As HSL: color: hsl(347, 5%, 38%); — As HEX: color: #665C5E; — As RGB: color: rgb(102, 92, 94); — Tailwind CSS: bg-[hsl(347,5%,38%)] — CSS variable: --color-primary: hsl(347, 5%, 38%);