HSL(83, 9%, 36%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(83,9%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 9%, 36%) | color: hsl(83, 9%, 36%) | |
| HEX | #5E6454 | color: #5E6454 | |
| RGB | rgb(94, 100, 84) | color: rgb(94, 100, 84) | |
| CMYK | cmyk(6%, 0%, 16%, 61%) | — | |
| HSV | hsv(83, 16%, 39%) | — | |
| HWB | hwb(83 33% 61%) | color: hwb(83 33% 61%) | |
| OKLCH | oklch(0.4931 0.0259 124.09) | color: oklch(0.4931 0.0259 124.09) | |
| Lab | lab(41.43 -5.56 8.3) | color: lab(41.43 -5.56 8.3) | |
| LCH | lch(41.43 9.99 123.82) | color: lch(41.43 9.99 123.82) |
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)
#616158 — rgb(97, 97, 88)
Deuteranopia (Green-blind)
#606059 — rgb(96, 96, 89)
Tritanopia (Blue-blind)
#5E5B5C — rgb(94, 91, 92)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 9%, 36%);
text
color: hsl(83, 9%, 36%);
border
border: 2px solid hsl(83, 9%, 36%);
gradient light
background: linear-gradient(to right, hsl(83, 9%, 56%), hsl(83, 9%, 36%));
gradient dark
background: linear-gradient(to right, hsl(83, 9%, 36%), hsl(83, 9%, 16%))
hex
background-color: #5E6454;
tailwind
bg-[hsl(83,9%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 9%, 36%, 0.4);
css variable
--color-primary: hsl(83, 9%, 36%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(83, 9%, 36%)?
HEX: #5E6454 | RGB: rgb(94, 100, 84) | CMYK: 6%, 0%, 16%, 61% | HSV: 83°, 16%, 39%. Copy any format from the conversion table above.
What colors go well with #5E6454?
The complementary color is HSL(263, 9%, 36%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 9%, 36%) in CSS?
As HSL: color: hsl(83, 9%, 36%); — As HEX: color: #5E6454; — As RGB: color: rgb(94, 100, 84); — Tailwind CSS: bg-[hsl(83,9%,36%)] — CSS variable: --color-primary: hsl(83, 9%, 36%);