HSL(308, 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(308,9%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(308, 9%, 35%) | color: hsl(308, 9%, 35%) | |
| HEX | #61515F | color: #61515F | |
| RGB | rgb(97, 81, 95) | color: rgb(97, 81, 95) | |
| CMYK | cmyk(0%, 16%, 2%, 62%) | — | |
| HSV | hsv(308, 16%, 38%) | — | |
| HWB | hwb(308 32% 62%) | color: hwb(308 32% 62%) | |
| OKLCH | oklch(0.4559 0.0303 330.18) | color: oklch(0.4559 0.0303 330.18) | |
| Lab | lab(36.47 9.4 -5.66) | color: lab(36.47 9.4 -5.66) | |
| LCH | lch(36.47 10.97 328.95) | color: lch(36.47 10.97 328.95) |
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)
#5A5A5C — rgb(90, 90, 92)
Deuteranopia (Green-blind)
#5B5C5B — rgb(91, 92, 91)
Tritanopia (Blue-blind)
#605958 — rgb(96, 89, 88)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(308, 9%, 35%);
text
color: hsl(308, 9%, 35%);
border
border: 2px solid hsl(308, 9%, 35%);
gradient light
background: linear-gradient(to right, hsl(308, 9%, 55%), hsl(308, 9%, 35%));
gradient dark
background: linear-gradient(to right, hsl(308, 9%, 35%), hsl(308, 9%, 15%))
hex
background-color: #61515F;
tailwind
bg-[hsl(308,9%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(308, 9%, 35%, 0.4);
css variable
--color-primary: hsl(308, 9%, 35%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(308, 9%, 35%)?
HEX: #61515F | RGB: rgb(97, 81, 95) | CMYK: 0%, 16%, 2%, 62% | HSV: 308°, 16%, 38%. Copy any format from the conversion table above.
What colors go well with #61515F?
The complementary color is HSL(128, 9%, 35%). For a triadic harmony, use hues 308°, 68°, and 188°. For analogous combinations, try hues 278° and 338°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(308, 9%, 35%) in CSS?
As HSL: color: hsl(308, 9%, 35%); — As HEX: color: #61515F; — As RGB: color: rgb(97, 81, 95); — Tailwind CSS: bg-[hsl(308,9%,35%)] — CSS variable: --color-primary: hsl(308, 9%, 35%);