HSL(333, 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(333,9%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(333, 9%, 35%) | color: hsl(333, 9%, 35%) | |
| HEX | #615158 | color: #615158 | |
| RGB | rgb(97, 81, 88) | color: rgb(97, 81, 88) | |
| CMYK | cmyk(0%, 16%, 9%, 62%) | — | |
| HSV | hsv(334, 16%, 38%) | — | |
| HWB | hwb(334 32% 62%) | color: hwb(334 32% 62%) | |
| OKLCH | oklch(0.4533 0.0238 349.9) | color: oklch(0.4533 0.0238 349.9) | |
| Lab | lab(36.24 7.97 -1.61) | color: lab(36.24 7.97 -1.61) | |
| LCH | lch(36.24 8.13 348.58) | color: lch(36.24 8.13 348.58) |
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)
#5A5A56 — rgb(90, 90, 86)
Deuteranopia (Green-blind)
#5B5C56 — rgb(91, 92, 86)
Tritanopia (Blue-blind)
#605555 — rgb(96, 85, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(333, 9%, 35%);
text
color: hsl(333, 9%, 35%);
border
border: 2px solid hsl(333, 9%, 35%);
gradient light
background: linear-gradient(to right, hsl(333, 9%, 55%), hsl(333, 9%, 35%));
gradient dark
background: linear-gradient(to right, hsl(333, 9%, 35%), hsl(333, 9%, 15%))
hex
background-color: #615158;
tailwind
bg-[hsl(333,9%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(333, 9%, 35%, 0.4);
css variable
--color-primary: hsl(333, 9%, 35%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(333, 9%, 35%)?
HEX: #615158 | RGB: rgb(97, 81, 88) | CMYK: 0%, 16%, 9%, 62% | HSV: 334°, 16%, 38%. Copy any format from the conversion table above.
What colors go well with #615158?
The complementary color is HSL(153, 9%, 35%). For a triadic harmony, use hues 333°, 93°, and 213°. For analogous combinations, try hues 303° and 3°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(333, 9%, 35%) in CSS?
As HSL: color: hsl(333, 9%, 35%); — As HEX: color: #615158; — As RGB: color: rgb(97, 81, 88); — Tailwind CSS: bg-[hsl(333,9%,35%)] — CSS variable: --color-primary: hsl(333, 9%, 35%);