HSL(311, 7%, 42%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(311,7%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(311, 7%, 42%) | color: hsl(311, 7%, 42%) | |
| HEX | #736470 | color: #736470 | |
| RGB | rgb(115, 100, 112) | color: rgb(115, 100, 112) | |
| CMYK | cmyk(0%, 13%, 3%, 55%) | — | |
| HSV | hsv(312, 13%, 45%) | — | |
| HWB | hwb(312 39% 55%) | color: hwb(312 39% 55%) | |
| OKLCH | oklch(0.5215 0.0263 332.73) | color: oklch(0.5215 0.0263 332.73) | |
| Lab | lab(44.13 8.3 -4.54) | color: lab(44.13 8.3 -4.54) | |
| LCH | lch(44.13 9.46 331.32) | color: lch(44.13 9.46 331.32) |
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)
#6D6C6D — rgb(109, 108, 109)
Deuteranopia (Green-blind)
#6D6F6C — rgb(109, 111, 108)
Tritanopia (Blue-blind)
#726B6A — rgb(114, 107, 106)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(311, 7%, 42%);
text
color: hsl(311, 7%, 42%);
border
border: 2px solid hsl(311, 7%, 42%);
gradient light
background: linear-gradient(to right, hsl(311, 7%, 62%), hsl(311, 7%, 42%));
gradient dark
background: linear-gradient(to right, hsl(311, 7%, 42%), hsl(311, 7%, 22%))
hex
background-color: #736470;
tailwind
bg-[hsl(311,7%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(311, 7%, 42%, 0.4);
css variable
--color-primary: hsl(311, 7%, 42%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(311, 7%, 42%)?
HEX: #736470 | RGB: rgb(115, 100, 112) | CMYK: 0%, 13%, 3%, 55% | HSV: 312°, 13%, 45%. Copy any format from the conversion table above.
What colors go well with #736470?
The complementary color is HSL(131, 7%, 42%). For a triadic harmony, use hues 311°, 71°, and 191°. For analogous combinations, try hues 281° and 341°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(311, 7%, 42%) in CSS?
As HSL: color: hsl(311, 7%, 42%); — As HEX: color: #736470; — As RGB: color: rgb(115, 100, 112); — Tailwind CSS: bg-[hsl(311,7%,42%)] — CSS variable: --color-primary: hsl(311, 7%, 42%);