HSL(152, 3%, 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(152,3%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 3%, 42%) | color: hsl(152, 3%, 42%) | |
| HEX | #686E6B | color: #686E6B | |
| RGB | rgb(104, 110, 107) | color: rgb(104, 110, 107) | |
| CMYK | cmyk(5%, 0%, 3%, 57%) | — | |
| HSV | hsv(150, 5%, 43%) | — | |
| HWB | hwb(150 41% 57%) | color: hwb(150 41% 57%) | |
| OKLCH | oklch(0.5321 0.0087 164.71) | color: oklch(0.5321 0.0087 164.71) | |
| Lab | lab(45.85 -2.92 0.88) | color: lab(45.85 -2.92 0.88) | |
| LCH | lch(45.85 3.05 163.23) | color: lch(45.85 3.05 163.23) |
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)
#6B6B6C — rgb(107, 107, 108)
Deuteranopia (Green-blind)
#6A6A6C — rgb(106, 106, 108)
Tritanopia (Blue-blind)
#686C6C — rgb(104, 108, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 3%, 42%);
text
color: hsl(152, 3%, 42%);
border
border: 2px solid hsl(152, 3%, 42%);
gradient light
background: linear-gradient(to right, hsl(152, 3%, 62%), hsl(152, 3%, 42%));
gradient dark
background: linear-gradient(to right, hsl(152, 3%, 42%), hsl(152, 3%, 22%))
hex
background-color: #686E6B;
tailwind
bg-[hsl(152,3%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 3%, 42%, 0.4);
css variable
--color-primary: hsl(152, 3%, 42%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(152, 3%, 42%)?
HEX: #686E6B | RGB: rgb(104, 110, 107) | CMYK: 5%, 0%, 3%, 57% | HSV: 150°, 5%, 43%. Copy any format from the conversion table above.
What colors go well with #686E6B?
The complementary color is HSL(332, 3%, 42%). For a triadic harmony, use hues 152°, 272°, and 32°. For analogous combinations, try hues 122° and 182°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(152, 3%, 42%) in CSS?
As HSL: color: hsl(152, 3%, 42%); — As HEX: color: #686E6B; — As RGB: color: rgb(104, 110, 107); — Tailwind CSS: bg-[hsl(152,3%,42%)] — CSS variable: --color-primary: hsl(152, 3%, 42%);