HSL(233, 7%, 39%)
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(233,7%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 7%, 39%) | color: hsl(233, 7%, 39%) | |
| HEX | #5C5E6A | color: #5C5E6A | |
| RGB | rgb(92, 94, 106) | color: rgb(92, 94, 106) | |
| CMYK | cmyk(13%, 11%, 0%, 58%) | — | |
| HSV | hsv(231, 13%, 42%) | — | |
| HWB | hwb(231 37% 58%) | color: hwb(231 37% 58%) | |
| OKLCH | oklch(0.4844 0.0193 278.14) | color: oklch(0.4844 0.0193 278.14) | |
| Lab | lab(40.12 1.91 -7.08) | color: lab(40.12 1.91 -7.08) | |
| LCH | lch(40.12 7.33 285.1) | color: lch(40.12 7.33 285.1) |
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)
#5D5D67 — rgb(93, 93, 103)
Deuteranopia (Green-blind)
#5D5D66 — rgb(93, 93, 102)
Tritanopia (Blue-blind)
#5C6564 — rgb(92, 101, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 7%, 39%);
text
color: hsl(233, 7%, 39%);
border
border: 2px solid hsl(233, 7%, 39%);
gradient light
background: linear-gradient(to right, hsl(233, 7%, 59%), hsl(233, 7%, 39%));
gradient dark
background: linear-gradient(to right, hsl(233, 7%, 39%), hsl(233, 7%, 19%))
hex
background-color: #5C5E6A;
tailwind
bg-[hsl(233,7%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 7%, 39%, 0.4);
css variable
--color-primary: hsl(233, 7%, 39%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(233, 7%, 39%)?
HEX: #5C5E6A | RGB: rgb(92, 94, 106) | CMYK: 13%, 11%, 0%, 58% | HSV: 231°, 13%, 42%. Copy any format from the conversion table above.
What colors go well with #5C5E6A?
The complementary color is HSL(53, 7%, 39%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 7%, 39%) in CSS?
As HSL: color: hsl(233, 7%, 39%); — As HEX: color: #5C5E6A; — As RGB: color: rgb(92, 94, 106); — Tailwind CSS: bg-[hsl(233,7%,39%)] — CSS variable: --color-primary: hsl(233, 7%, 39%);