HSL(97, 5%, 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(97,5%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(97, 5%, 42%) | color: hsl(97, 5%, 42%) | |
| HEX | #6A7066 | color: #6A7066 | |
| RGB | rgb(106, 112, 102) | color: rgb(106, 112, 102) | |
| CMYK | cmyk(5%, 0%, 9%, 56%) | — | |
| HSV | hsv(96, 9%, 44%) | — | |
| HWB | hwb(96 40% 56%) | color: hwb(96 40% 56%) | |
| OKLCH | oklch(0.5369 0.0169 132.6) | color: oklch(0.5369 0.0169 132.6) | |
| Lab | lab(46.46 -4.32 4.77) | color: lab(46.46 -4.32 4.77) | |
| LCH | lch(46.46 6.44 132.17) | color: lch(46.46 6.44 132.17) |
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)
#6D6D68 — rgb(109, 109, 104)
Deuteranopia (Green-blind)
#6C6C69 — rgb(108, 108, 105)
Tritanopia (Blue-blind)
#6A6A6B — rgb(106, 106, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(97, 5%, 42%);
text
color: hsl(97, 5%, 42%);
border
border: 2px solid hsl(97, 5%, 42%);
gradient light
background: linear-gradient(to right, hsl(97, 5%, 62%), hsl(97, 5%, 42%));
gradient dark
background: linear-gradient(to right, hsl(97, 5%, 42%), hsl(97, 5%, 22%))
hex
background-color: #6A7066;
tailwind
bg-[hsl(97,5%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(97, 5%, 42%, 0.4);
css variable
--color-primary: hsl(97, 5%, 42%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(97, 5%, 42%)?
HEX: #6A7066 | RGB: rgb(106, 112, 102) | CMYK: 5%, 0%, 9%, 56% | HSV: 96°, 9%, 44%. Copy any format from the conversion table above.
What colors go well with #6A7066?
The complementary color is HSL(277, 5%, 42%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(97, 5%, 42%) in CSS?
As HSL: color: hsl(97, 5%, 42%); — As HEX: color: #6A7066; — As RGB: color: rgb(106, 112, 102); — Tailwind CSS: bg-[hsl(97,5%,42%)] — CSS variable: --color-primary: hsl(97, 5%, 42%);