HSL(355, 5%, 37%)
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(355,5%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 5%, 37%) | color: hsl(355, 5%, 37%) | |
| HEX | #635A5A | color: #635A5A | |
| RGB | rgb(99, 90, 90) | color: rgb(99, 90, 90) | |
| CMYK | cmyk(0%, 9%, 9%, 61%) | — | |
| HSV | hsv(0, 9%, 39%) | — | |
| HWB | hwb(0 35% 61%) | color: hwb(0 35% 61%) | |
| OKLCH | oklch(0.4762 0.0117 17.57) | color: oklch(0.4762 0.0117 17.57) | |
| Lab | lab(39.08 3.63 1.32) | color: lab(39.08 3.63 1.32) | |
| LCH | lch(39.08 3.86 19.98) | color: lch(39.08 3.86 19.98) |
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)
#5F5F5A — rgb(95, 95, 90)
Deuteranopia (Green-blind)
#60605A — rgb(96, 96, 90)
Tritanopia (Blue-blind)
#635A5A — rgb(99, 90, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 5%, 37%);
text
color: hsl(355, 5%, 37%);
border
border: 2px solid hsl(355, 5%, 37%);
gradient light
background: linear-gradient(to right, hsl(355, 5%, 57%), hsl(355, 5%, 37%));
gradient dark
background: linear-gradient(to right, hsl(355, 5%, 37%), hsl(355, 5%, 17%))
hex
background-color: #635A5A;
tailwind
bg-[hsl(355,5%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 5%, 37%, 0.4);
css variable
--color-primary: hsl(355, 5%, 37%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(355, 5%, 37%)?
HEX: #635A5A | RGB: rgb(99, 90, 90) | CMYK: 0%, 9%, 9%, 61% | HSV: 0°, 9%, 39%. Copy any format from the conversion table above.
What colors go well with #635A5A?
The complementary color is HSL(175, 5%, 37%). For a triadic harmony, use hues 355°, 115°, and 235°. For analogous combinations, try hues 325° and 25°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(355, 5%, 37%) in CSS?
As HSL: color: hsl(355, 5%, 37%); — As HEX: color: #635A5A; — As RGB: color: rgb(99, 90, 90); — Tailwind CSS: bg-[hsl(355,5%,37%)] — CSS variable: --color-primary: hsl(355, 5%, 37%);