HSL(357, 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(357,5%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 5%, 38%) | color: hsl(357, 5%, 38%) | |
| HEX | #665C5D | color: #665C5D | |
| RGB | rgb(102, 92, 93) | color: rgb(102, 92, 93) | |
| CMYK | cmyk(0%, 10%, 9%, 60%) | — | |
| HSV | hsv(354, 10%, 40%) | — | |
| HWB | hwb(354 36% 60%) | color: hwb(354 36% 60%) | |
| OKLCH | oklch(0.4846 0.013 10.69) | color: oklch(0.4846 0.013 10.69) | |
| Lab | lab(40.03 4.22 0.89) | color: lab(40.03 4.22 0.89) | |
| LCH | lch(40.03 4.31 11.91) | color: lch(40.03 4.31 11.91) |
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)
#62625D — rgb(98, 98, 93)
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(357, 5%, 38%);
text
color: hsl(357, 5%, 38%);
border
border: 2px solid hsl(357, 5%, 38%);
gradient light
background: linear-gradient(to right, hsl(357, 5%, 58%), hsl(357, 5%, 38%));
gradient dark
background: linear-gradient(to right, hsl(357, 5%, 38%), hsl(357, 5%, 18%))
hex
background-color: #665C5D;
tailwind
bg-[hsl(357,5%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 5%, 38%, 0.4);
css variable
--color-primary: hsl(357, 5%, 38%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(357, 5%, 38%)?
HEX: #665C5D | RGB: rgb(102, 92, 93) | CMYK: 0%, 10%, 9%, 60% | HSV: 354°, 10%, 40%. Copy any format from the conversion table above.
What colors go well with #665C5D?
The complementary color is HSL(177, 5%, 38%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 5%, 38%) in CSS?
As HSL: color: hsl(357, 5%, 38%); — As HEX: color: #665C5D; — As RGB: color: rgb(102, 92, 93); — Tailwind CSS: bg-[hsl(357,5%,38%)] — CSS variable: --color-primary: hsl(357, 5%, 38%);