HSL(165, 5%, 48%)
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(165,5%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(165, 5%, 48%) | color: hsl(165, 5%, 48%) | |
| HEX | #74817D | color: #74817D | |
| RGB | rgb(116, 129, 125) | color: rgb(116, 129, 125) | |
| CMYK | cmyk(10%, 0%, 3%, 49%) | — | |
| HSV | hsv(162, 10%, 51%) | — | |
| HWB | hwb(162 46% 49%) | color: hwb(162 46% 49%) | |
| OKLCH | oklch(0.5913 0.0165 175.34) | color: oklch(0.5913 0.0165 175.34) | |
| Lab | lab(52.83 -5.61 0.54) | color: lab(52.83 -5.61 0.54) | |
| LCH | lch(52.83 5.64 174.5) | color: lch(52.83 5.64 174.5) |
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)
#7A7A7E — rgb(122, 122, 126)
Deuteranopia (Green-blind)
#79787E — rgb(121, 120, 126)
Tritanopia (Blue-blind)
#757F7F — rgb(117, 127, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(165, 5%, 48%);
text
color: hsl(165, 5%, 48%);
border
border: 2px solid hsl(165, 5%, 48%);
gradient light
background: linear-gradient(to right, hsl(165, 5%, 68%), hsl(165, 5%, 48%));
gradient dark
background: linear-gradient(to right, hsl(165, 5%, 48%), hsl(165, 5%, 28%))
hex
background-color: #74817D;
tailwind
bg-[hsl(165,5%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(165, 5%, 48%, 0.4);
css variable
--color-primary: hsl(165, 5%, 48%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(165, 5%, 48%)?
HEX: #74817D | RGB: rgb(116, 129, 125) | CMYK: 10%, 0%, 3%, 49% | HSV: 162°, 10%, 51%. Copy any format from the conversion table above.
What colors go well with #74817D?
The complementary color is HSL(345, 5%, 48%). For a triadic harmony, use hues 165°, 285°, and 45°. For analogous combinations, try hues 135° and 195°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(165, 5%, 48%) in CSS?
As HSL: color: hsl(165, 5%, 48%); — As HEX: color: #74817D; — As RGB: color: rgb(116, 129, 125); — Tailwind CSS: bg-[hsl(165,5%,48%)] — CSS variable: --color-primary: hsl(165, 5%, 48%);