HSL(138, 6%, 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(138,6%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(138, 6%, 43%) | color: hsl(138, 6%, 43%) | |
| HEX | #67746B | color: #67746B | |
| RGB | rgb(103, 116, 107) | color: rgb(103, 116, 107) | |
| CMYK | cmyk(11%, 0%, 8%, 55%) | — | |
| HSV | hsv(138, 11%, 45%) | — | |
| HWB | hwb(138 40% 55%) | color: hwb(138 40% 55%) | |
| OKLCH | oklch(0.5453 0.0208 155.43) | color: oklch(0.5453 0.0208 155.43) | |
| Lab | lab(47.54 -6.77 3.32) | color: lab(47.54 -6.77 3.32) | |
| LCH | lch(47.54 7.54 153.88) | color: lch(47.54 7.54 153.88) |
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)
#6D6D6D — rgb(109, 109, 109)
Deuteranopia (Green-blind)
#6C6B6E — rgb(108, 107, 110)
Tritanopia (Blue-blind)
#686F6F — rgb(104, 111, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(138, 6%, 43%);
text
color: hsl(138, 6%, 43%);
border
border: 2px solid hsl(138, 6%, 43%);
gradient light
background: linear-gradient(to right, hsl(138, 6%, 63%), hsl(138, 6%, 43%));
gradient dark
background: linear-gradient(to right, hsl(138, 6%, 43%), hsl(138, 6%, 23%))
hex
background-color: #67746B;
tailwind
bg-[hsl(138,6%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(138, 6%, 43%, 0.4);
css variable
--color-primary: hsl(138, 6%, 43%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(138, 6%, 43%)?
HEX: #67746B | RGB: rgb(103, 116, 107) | CMYK: 11%, 0%, 8%, 55% | HSV: 138°, 11%, 45%. Copy any format from the conversion table above.
What colors go well with #67746B?
The complementary color is HSL(318, 6%, 43%). For a triadic harmony, use hues 138°, 258°, and 18°. For analogous combinations, try hues 108° and 168°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(138, 6%, 43%) in CSS?
As HSL: color: hsl(138, 6%, 43%); — As HEX: color: #67746B; — As RGB: color: rgb(103, 116, 107); — Tailwind CSS: bg-[hsl(138,6%,43%)] — CSS variable: --color-primary: hsl(138, 6%, 43%);