HSL(74, 9%, 50%)
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(74,9%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(74, 9%, 50%) | color: hsl(74, 9%, 50%) | |
| HEX | #868B74 | color: #868B74 | |
| RGB | rgb(134, 139, 116) | color: rgb(134, 139, 116) | |
| CMYK | cmyk(4%, 0%, 17%, 45%) | — | |
| HSV | hsv(73, 17%, 55%) | — | |
| HWB | hwb(73 46% 45%) | color: hwb(73 46% 45%) | |
| OKLCH | oklch(0.626 0.0339 117.35) | color: oklch(0.626 0.0339 117.35) | |
| Lab | lab(56.87 -6.12 11.7) | color: lab(56.87 -6.12 11.7) | |
| LCH | lch(56.87 13.2 117.61) | color: lch(56.87 13.2 117.61) |
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)
#88887A — rgb(136, 136, 122)
Deuteranopia (Green-blind)
#88887B — rgb(136, 136, 123)
Tritanopia (Blue-blind)
#867E7F — rgb(134, 126, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(74, 9%, 50%);
text
color: hsl(74, 9%, 50%);
border
border: 2px solid hsl(74, 9%, 50%);
gradient light
background: linear-gradient(to right, hsl(74, 9%, 70%), hsl(74, 9%, 50%));
gradient dark
background: linear-gradient(to right, hsl(74, 9%, 50%), hsl(74, 9%, 30%))
hex
background-color: #868B74;
tailwind
bg-[hsl(74,9%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(74, 9%, 50%, 0.4);
css variable
--color-primary: hsl(74, 9%, 50%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(74, 9%, 50%)?
HEX: #868B74 | RGB: rgb(134, 139, 116) | CMYK: 4%, 0%, 17%, 45% | HSV: 73°, 17%, 55%. Copy any format from the conversion table above.
What colors go well with #868B74?
The complementary color is HSL(254, 9%, 50%). For a triadic harmony, use hues 74°, 194°, and 314°. For analogous combinations, try hues 44° and 104°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(74, 9%, 50%) in CSS?
As HSL: color: hsl(74, 9%, 50%); — As HEX: color: #868B74; — As RGB: color: rgb(134, 139, 116); — Tailwind CSS: bg-[hsl(74,9%,50%)] — CSS variable: --color-primary: hsl(74, 9%, 50%);