HSL(112, 9%, 46%)
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,9%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 9%, 46%) | color: hsl(112, 9%, 46%) | |
| HEX | #6E806B | color: #6E806B | |
| RGB | rgb(110, 128, 107) | color: rgb(110, 128, 107) | |
| CMYK | cmyk(14%, 0%, 16%, 50%) | — | |
| HSV | hsv(111, 16%, 50%) | — | |
| HWB | hwb(111 42% 50%) | color: hwb(111 42% 50%) | |
| OKLCH | oklch(0.579 0.038 141.13) | color: oklch(0.579 0.038 141.13) | |
| Lab | lab(51.63 -10.88 9.23) | color: lab(51.63 -10.88 9.23) | |
| LCH | lch(51.63 14.27 139.69) | color: lch(51.63 14.27 139.69) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#767670 — rgb(118, 118, 112)
Deuteranopia (Green-blind)
#757371 — rgb(117, 115, 113)
Tritanopia (Blue-blind)
#6F7475 — rgb(111, 116, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 9%, 46%);
text
color: hsl(112, 9%, 46%);
border
border: 2px solid hsl(112, 9%, 46%);
gradient light
background: linear-gradient(to right, hsl(112, 9%, 66%), hsl(112, 9%, 46%));
gradient dark
background: linear-gradient(to right, hsl(112, 9%, 46%), hsl(112, 9%, 26%))
hex
background-color: #6E806B;
tailwind
bg-[hsl(112,9%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 9%, 46%, 0.4);
css variable
--color-primary: hsl(112, 9%, 46%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(112, 9%, 46%)?
HEX: #6E806B | RGB: rgb(110, 128, 107) | CMYK: 14%, 0%, 16%, 50% | HSV: 111°, 16%, 50%. Copy any format from the conversion table above.
What colors go well with #6E806B?
The complementary color is HSL(292, 9%, 46%). 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, 9%, 46%) in CSS?
As HSL: color: hsl(112, 9%, 46%); — As HEX: color: #6E806B; — As RGB: color: rgb(110, 128, 107); — Tailwind CSS: bg-[hsl(112,9%,46%)] — CSS variable: --color-primary: hsl(112, 9%, 46%);