HSL(300, 5%, 39%)
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%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(300, 5%, 39%) | color: hsl(300, 5%, 39%) | |
| HEX | #685E68 | color: #685E68 | |
| RGB | rgb(104, 94, 104) | color: rgb(104, 94, 104) | |
| CMYK | cmyk(0%, 10%, 0%, 59%) | — | |
| HSV | hsv(300, 10%, 41%) | — | |
| HWB | hwb(300 37% 59%) | color: hwb(300 37% 59%) | |
| OKLCH | oklch(0.4948 0.02 325.88) | color: oklch(0.4948 0.02 325.88) | |
| Lab | lab(41.13 6.02 -4.23) | color: lab(41.13 6.02 -4.23) | |
| LCH | lch(41.13 7.36 324.91) | color: lch(41.13 7.36 324.91) |
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)
#646466 — rgb(100, 100, 102)
Deuteranopia (Green-blind)
#646565 — rgb(100, 101, 101)
Tritanopia (Blue-blind)
#686463 — rgb(104, 100, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(300, 5%, 39%);
text
color: hsl(300, 5%, 39%);
border
border: 2px solid hsl(300, 5%, 39%);
gradient light
background: linear-gradient(to right, hsl(300, 5%, 59%), hsl(300, 5%, 39%));
gradient dark
background: linear-gradient(to right, hsl(300, 5%, 39%), hsl(300, 5%, 19%))
hex
background-color: #685E68;
tailwind
bg-[hsl(300,5%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(300, 5%, 39%, 0.4);
css variable
--color-primary: hsl(300, 5%, 39%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(300, 5%, 39%)?
HEX: #685E68 | RGB: rgb(104, 94, 104) | CMYK: 0%, 10%, 0%, 59% | HSV: 300°, 10%, 41%. Copy any format from the conversion table above.
What colors go well with #685E68?
The complementary color is HSL(120, 5%, 39%). 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%, 39%) in CSS?
As HSL: color: hsl(300, 5%, 39%); — As HEX: color: #685E68; — As RGB: color: rgb(104, 94, 104); — Tailwind CSS: bg-[hsl(300,5%,39%)] — CSS variable: --color-primary: hsl(300, 5%, 39%);