HSL(353, 9%, 35%)
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(353,9%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(353, 9%, 35%) | color: hsl(353, 9%, 35%) | |
| HEX | #615153 | color: #615153 | |
| RGB | rgb(97, 81, 83) | color: rgb(97, 81, 83) | |
| CMYK | cmyk(0%, 16%, 14%, 62%) | — | |
| HSV | hsv(353, 16%, 38%) | — | |
| HWB | hwb(353 32% 62%) | color: hwb(353 32% 62%) | |
| OKLCH | oklch(0.4516 0.0215 9.47) | color: oklch(0.4516 0.0215 9.47) | |
| Lab | lab(36.08 7.01 1.3) | color: lab(36.08 7.01 1.3) | |
| LCH | lch(36.08 7.13 10.51) | color: lch(36.08 7.13 10.51) |
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)
#5A5A53 — rgb(90, 90, 83)
Deuteranopia (Green-blind)
#5B5C52 — rgb(91, 92, 82)
Tritanopia (Blue-blind)
#605252 — rgb(96, 82, 82)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(353, 9%, 35%);
text
color: hsl(353, 9%, 35%);
border
border: 2px solid hsl(353, 9%, 35%);
gradient light
background: linear-gradient(to right, hsl(353, 9%, 55%), hsl(353, 9%, 35%));
gradient dark
background: linear-gradient(to right, hsl(353, 9%, 35%), hsl(353, 9%, 15%))
hex
background-color: #615153;
tailwind
bg-[hsl(353,9%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(353, 9%, 35%, 0.4);
css variable
--color-primary: hsl(353, 9%, 35%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(353, 9%, 35%)?
HEX: #615153 | RGB: rgb(97, 81, 83) | CMYK: 0%, 16%, 14%, 62% | HSV: 353°, 16%, 38%. Copy any format from the conversion table above.
What colors go well with #615153?
The complementary color is HSL(173, 9%, 35%). For a triadic harmony, use hues 353°, 113°, and 233°. For analogous combinations, try hues 323° and 23°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(353, 9%, 35%) in CSS?
As HSL: color: hsl(353, 9%, 35%); — As HEX: color: #615153; — As RGB: color: rgb(97, 81, 83); — Tailwind CSS: bg-[hsl(353,9%,35%)] — CSS variable: --color-primary: hsl(353, 9%, 35%);