HSL(185, 3%, 47%)
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(185,3%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(185, 3%, 47%) | color: hsl(185, 3%, 47%) | |
| HEX | #747B7B | color: #747B7B | |
| RGB | rgb(116, 123, 123) | color: rgb(116, 123, 123) | |
| CMYK | cmyk(6%, 0%, 0%, 52%) | — | |
| HSV | hsv(180, 6%, 48%) | — | |
| HWB | hwb(180 45% 52%) | color: hwb(180 45% 52%) | |
| OKLCH | oklch(0.577 0.0084 196.92) | color: oklch(0.577 0.0084 196.92) | |
| Lab | lab(51.05 -2.61 -0.9) | color: lab(51.05 -2.61 -0.9) | |
| LCH | lch(51.05 2.76 199.03) | color: lch(51.05 2.76 199.03) |
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)
#77777B — rgb(119, 119, 123)
Deuteranopia (Green-blind)
#77767B — rgb(119, 118, 123)
Tritanopia (Blue-blind)
#747B7B — rgb(116, 123, 123)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(185, 3%, 47%);
text
color: hsl(185, 3%, 47%);
border
border: 2px solid hsl(185, 3%, 47%);
gradient light
background: linear-gradient(to right, hsl(185, 3%, 67%), hsl(185, 3%, 47%));
gradient dark
background: linear-gradient(to right, hsl(185, 3%, 47%), hsl(185, 3%, 27%))
hex
background-color: #747B7B;
tailwind
bg-[hsl(185,3%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(185, 3%, 47%, 0.4);
css variable
--color-primary: hsl(185, 3%, 47%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(185, 3%, 47%)?
HEX: #747B7B | RGB: rgb(116, 123, 123) | CMYK: 6%, 0%, 0%, 52% | HSV: 180°, 6%, 48%. Copy any format from the conversion table above.
What colors go well with #747B7B?
The complementary color is HSL(5, 3%, 47%). For a triadic harmony, use hues 185°, 305°, and 65°. For analogous combinations, try hues 155° and 215°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(185, 3%, 47%) in CSS?
As HSL: color: hsl(185, 3%, 47%); — As HEX: color: #747B7B; — As RGB: color: rgb(116, 123, 123); — Tailwind CSS: bg-[hsl(185,3%,47%)] — CSS variable: --color-primary: hsl(185, 3%, 47%);