HSL(119, 9%, 41%)
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(119,9%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(119, 9%, 41%) | color: hsl(119, 9%, 41%) | |
| HEX | #5F725F | color: #5F725F | |
| RGB | rgb(95, 114, 95) | color: rgb(95, 114, 95) | |
| CMYK | cmyk(17%, 0%, 17%, 55%) | — | |
| HSV | hsv(120, 17%, 45%) | — | |
| HWB | hwb(120 37% 55%) | color: hwb(120 37% 55%) | |
| OKLCH | oklch(0.5308 0.037 145.03) | color: oklch(0.5308 0.037 145.03) | |
| Lab | lab(46.03 -11.09 8.22) | color: lab(46.03 -11.09 8.22) | |
| LCH | lch(46.03 13.8 143.45) | color: lch(46.03 13.8 143.45) |
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)
#676764 — rgb(103, 103, 100)
Deuteranopia (Green-blind)
#666565 — rgb(102, 101, 101)
Tritanopia (Blue-blind)
#606768 — rgb(96, 103, 104)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(119, 9%, 41%);
text
color: hsl(119, 9%, 41%);
border
border: 2px solid hsl(119, 9%, 41%);
gradient light
background: linear-gradient(to right, hsl(119, 9%, 61%), hsl(119, 9%, 41%));
gradient dark
background: linear-gradient(to right, hsl(119, 9%, 41%), hsl(119, 9%, 21%))
hex
background-color: #5F725F;
tailwind
bg-[hsl(119,9%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(119, 9%, 41%, 0.4);
css variable
--color-primary: hsl(119, 9%, 41%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(119, 9%, 41%)?
HEX: #5F725F | RGB: rgb(95, 114, 95) | CMYK: 17%, 0%, 17%, 55% | HSV: 120°, 17%, 45%. Copy any format from the conversion table above.
What colors go well with #5F725F?
The complementary color is HSL(299, 9%, 41%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(119, 9%, 41%) in CSS?
As HSL: color: hsl(119, 9%, 41%); — As HEX: color: #5F725F; — As RGB: color: rgb(95, 114, 95); — Tailwind CSS: bg-[hsl(119,9%,41%)] — CSS variable: --color-primary: hsl(119, 9%, 41%);