HSL(357, 5%, 47%)
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(357,5%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(357, 5%, 47%) | color: hsl(357, 5%, 47%) | |
| HEX | #7E7272 | color: #7E7272 | |
| RGB | rgb(126, 114, 114) | color: rgb(126, 114, 114) | |
| CMYK | cmyk(0%, 10%, 10%, 51%) | — | |
| HSV | hsv(0, 10%, 49%) | — | |
| HWB | hwb(0 44% 51%) | color: hwb(0 44% 51%) | |
| OKLCH | oklch(0.5631 0.015 17.61) | color: oklch(0.5631 0.015 17.61) | |
| Lab | lab(49.11 4.65 1.69) | color: lab(49.11 4.65 1.69) | |
| LCH | lch(49.11 4.95 19.97) | color: lch(49.11 4.95 19.97) |
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)
#797972 — rgb(121, 121, 114)
Deuteranopia (Green-blind)
#7A7A72 — rgb(122, 122, 114)
Tritanopia (Blue-blind)
#7D7272 — rgb(125, 114, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(357, 5%, 47%);
text
color: hsl(357, 5%, 47%);
border
border: 2px solid hsl(357, 5%, 47%);
gradient light
background: linear-gradient(to right, hsl(357, 5%, 67%), hsl(357, 5%, 47%));
gradient dark
background: linear-gradient(to right, hsl(357, 5%, 47%), hsl(357, 5%, 27%))
hex
background-color: #7E7272;
tailwind
bg-[hsl(357,5%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(357, 5%, 47%, 0.4);
css variable
--color-primary: hsl(357, 5%, 47%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(357, 5%, 47%)?
HEX: #7E7272 | RGB: rgb(126, 114, 114) | CMYK: 0%, 10%, 10%, 51% | HSV: 0°, 10%, 49%. Copy any format from the conversion table above.
What colors go well with #7E7272?
The complementary color is HSL(177, 5%, 47%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(357, 5%, 47%) in CSS?
As HSL: color: hsl(357, 5%, 47%); — As HEX: color: #7E7272; — As RGB: color: rgb(126, 114, 114); — Tailwind CSS: bg-[hsl(357,5%,47%)] — CSS variable: --color-primary: hsl(357, 5%, 47%);