HSL(141, 3%, 43%)
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(141,3%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 3%, 43%) | color: hsl(141, 3%, 43%) | |
| HEX | #6A716D | color: #6A716D | |
| RGB | rgb(106, 113, 109) | color: rgb(106, 113, 109) | |
| CMYK | cmyk(6%, 0%, 4%, 56%) | — | |
| HSV | hsv(146, 6%, 44%) | — | |
| HWB | hwb(146 41% 56%) | color: hwb(146 41% 56%) | |
| OKLCH | oklch(0.5413 0.0105 161.11) | color: oklch(0.5413 0.0105 161.11) | |
| Lab | lab(46.95 -3.49 1.3) | color: lab(46.95 -3.49 1.3) | |
| LCH | lch(46.95 3.72 159.57) | color: lch(46.95 3.72 159.57) |
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)
#6D6D6E — rgb(109, 109, 110)
Deuteranopia (Green-blind)
#6D6C6E — rgb(109, 108, 110)
Tritanopia (Blue-blind)
#6A6F6F — rgb(106, 111, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 3%, 43%);
text
color: hsl(141, 3%, 43%);
border
border: 2px solid hsl(141, 3%, 43%);
gradient light
background: linear-gradient(to right, hsl(141, 3%, 63%), hsl(141, 3%, 43%));
gradient dark
background: linear-gradient(to right, hsl(141, 3%, 43%), hsl(141, 3%, 23%))
hex
background-color: #6A716D;
tailwind
bg-[hsl(141,3%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 3%, 43%, 0.4);
css variable
--color-primary: hsl(141, 3%, 43%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(141, 3%, 43%)?
HEX: #6A716D | RGB: rgb(106, 113, 109) | CMYK: 6%, 0%, 4%, 56% | HSV: 146°, 6%, 44%. Copy any format from the conversion table above.
What colors go well with #6A716D?
The complementary color is HSL(321, 3%, 43%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 3%, 43%) in CSS?
As HSL: color: hsl(141, 3%, 43%); — As HEX: color: #6A716D; — As RGB: color: rgb(106, 113, 109); — Tailwind CSS: bg-[hsl(141,3%,43%)] — CSS variable: --color-primary: hsl(141, 3%, 43%);