HSL(44, 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(44,9%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(44, 9%, 35%) | color: hsl(44, 9%, 35%) | |
| HEX | #615D51 | color: #615D51 | |
| RGB | rgb(97, 93, 81) | color: rgb(97, 93, 81) | |
| CMYK | cmyk(0%, 4%, 16%, 62%) | — | |
| HSV | hsv(45, 16%, 38%) | — | |
| HWB | hwb(45 32% 62%) | color: hwb(45 32% 62%) | |
| OKLCH | oklch(0.4784 0.0194 91.71) | color: oklch(0.4784 0.0194 91.71) | |
| Lab | lab(39.52 -0.71 7.47) | color: lab(39.52 -0.71 7.47) | |
| LCH | lch(39.52 7.5 95.43) | color: lch(39.52 7.5 95.43) |
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)
#5F5F54 — rgb(95, 95, 84)
Deuteranopia (Green-blind)
#606055 — rgb(96, 96, 85)
Tritanopia (Blue-blind)
#615657 — rgb(97, 86, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(44, 9%, 35%);
text
color: hsl(44, 9%, 35%);
border
border: 2px solid hsl(44, 9%, 35%);
gradient light
background: linear-gradient(to right, hsl(44, 9%, 55%), hsl(44, 9%, 35%));
gradient dark
background: linear-gradient(to right, hsl(44, 9%, 35%), hsl(44, 9%, 15%))
hex
background-color: #615D51;
tailwind
bg-[hsl(44,9%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(44, 9%, 35%, 0.4);
css variable
--color-primary: hsl(44, 9%, 35%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(44, 9%, 35%)?
HEX: #615D51 | RGB: rgb(97, 93, 81) | CMYK: 0%, 4%, 16%, 62% | HSV: 45°, 16%, 38%. Copy any format from the conversion table above.
What colors go well with #615D51?
The complementary color is HSL(224, 9%, 35%). For a triadic harmony, use hues 44°, 164°, and 284°. For analogous combinations, try hues 14° and 74°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(44, 9%, 35%) in CSS?
As HSL: color: hsl(44, 9%, 35%); — As HEX: color: #615D51; — As RGB: color: rgb(97, 93, 81); — Tailwind CSS: bg-[hsl(44,9%,35%)] — CSS variable: --color-primary: hsl(44, 9%, 35%);