HSL(300, 5%, 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(300,5%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(300, 5%, 35%) | color: hsl(300, 5%, 35%) | |
| HEX | #5E555E | color: #5E555E | |
| RGB | rgb(94, 85, 94) | color: rgb(94, 85, 94) | |
| CMYK | cmyk(0%, 10%, 0%, 63%) | — | |
| HSV | hsv(300, 10%, 37%) | — | |
| HWB | hwb(300 33% 63%) | color: hwb(300 33% 63%) | |
| OKLCH | oklch(0.4613 0.0183 325.87) | color: oklch(0.4613 0.0183 325.87) | |
| Lab | lab(37.27 5.52 -3.87) | color: lab(37.27 5.52 -3.87) | |
| LCH | lch(37.27 6.74 324.97) | color: lch(37.27 6.74 324.97) |
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)
#5B5B5B — rgb(91, 91, 91)
Tritanopia (Blue-blind)
#5E5A5A — rgb(94, 90, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(300, 5%, 35%);
text
color: hsl(300, 5%, 35%);
border
border: 2px solid hsl(300, 5%, 35%);
gradient light
background: linear-gradient(to right, hsl(300, 5%, 55%), hsl(300, 5%, 35%));
gradient dark
background: linear-gradient(to right, hsl(300, 5%, 35%), hsl(300, 5%, 15%))
hex
background-color: #5E555E;
tailwind
bg-[hsl(300,5%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(300, 5%, 35%, 0.4);
css variable
--color-primary: hsl(300, 5%, 35%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(300, 5%, 35%)?
HEX: #5E555E | RGB: rgb(94, 85, 94) | CMYK: 0%, 10%, 0%, 63% | HSV: 300°, 10%, 37%. Copy any format from the conversion table above.
What colors go well with #5E555E?
The complementary color is HSL(120, 5%, 35%). For a triadic harmony, use hues 300°, 60°, and 180°. For analogous combinations, try hues 270° and 330°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(300, 5%, 35%) in CSS?
As HSL: color: hsl(300, 5%, 35%); — As HEX: color: #5E555E; — As RGB: color: rgb(94, 85, 94); — Tailwind CSS: bg-[hsl(300,5%,35%)] — CSS variable: --color-primary: hsl(300, 5%, 35%);