HSL(112, 4%, 42%)
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(112,4%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 4%, 42%) | color: hsl(112, 4%, 42%) | |
| HEX | #686F67 | color: #686F67 | |
| RGB | rgb(104, 111, 103) | color: rgb(104, 111, 103) | |
| CMYK | cmyk(6%, 0%, 7%, 56%) | — | |
| HSV | hsv(113, 7%, 44%) | — | |
| HWB | hwb(113 41% 56%) | color: hwb(113 41% 56%) | |
| OKLCH | oklch(0.5332 0.0149 141.77) | color: oklch(0.5332 0.0149 141.77) | |
| Lab | lab(46.03 -4.32 3.54) | color: lab(46.03 -4.32 3.54) | |
| LCH | lch(46.03 5.59 140.67) | color: lch(46.03 5.59 140.67) |
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)
#6B6B69 — rgb(107, 107, 105)
Deuteranopia (Green-blind)
#6B6A69 — rgb(107, 106, 105)
Tritanopia (Blue-blind)
#686A6B — rgb(104, 106, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 4%, 42%);
text
color: hsl(112, 4%, 42%);
border
border: 2px solid hsl(112, 4%, 42%);
gradient light
background: linear-gradient(to right, hsl(112, 4%, 62%), hsl(112, 4%, 42%));
gradient dark
background: linear-gradient(to right, hsl(112, 4%, 42%), hsl(112, 4%, 22%))
hex
background-color: #686F67;
tailwind
bg-[hsl(112,4%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 4%, 42%, 0.4);
css variable
--color-primary: hsl(112, 4%, 42%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(112, 4%, 42%)?
HEX: #686F67 | RGB: rgb(104, 111, 103) | CMYK: 6%, 0%, 7%, 56% | HSV: 113°, 7%, 44%. Copy any format from the conversion table above.
What colors go well with #686F67?
The complementary color is HSL(292, 4%, 42%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 4%, 42%) in CSS?
As HSL: color: hsl(112, 4%, 42%); — As HEX: color: #686F67; — As RGB: color: rgb(104, 111, 103); — Tailwind CSS: bg-[hsl(112,4%,42%)] — CSS variable: --color-primary: hsl(112, 4%, 42%);