HSL(280, 5%, 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(280,5%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 5%, 47%) | color: hsl(280, 5%, 47%) | |
| HEX | #7A727E | color: #7A727E | |
| RGB | rgb(122, 114, 126) | color: rgb(122, 114, 126) | |
| CMYK | cmyk(3%, 10%, 0%, 51%) | — | |
| HSV | hsv(280, 10%, 49%) | — | |
| HWB | hwb(280 44% 51%) | color: hwb(280 44% 51%) | |
| OKLCH | oklch(0.5633 0.0206 314.65) | color: oklch(0.5633 0.0206 314.65) | |
| Lab | lab(49.1 5.49 -5.48) | color: lab(49.1 5.49 -5.48) | |
| LCH | lch(49.1 7.76 315.05) | color: lch(49.1 7.76 315.05) |
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)
#77767B — rgb(119, 118, 123)
Deuteranopia (Green-blind)
#77787A — rgb(119, 120, 122)
Tritanopia (Blue-blind)
#7A7978 — rgb(122, 121, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 5%, 47%);
text
color: hsl(280, 5%, 47%);
border
border: 2px solid hsl(280, 5%, 47%);
gradient light
background: linear-gradient(to right, hsl(280, 5%, 67%), hsl(280, 5%, 47%));
gradient dark
background: linear-gradient(to right, hsl(280, 5%, 47%), hsl(280, 5%, 27%))
hex
background-color: #7A727E;
tailwind
bg-[hsl(280,5%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 5%, 47%, 0.4);
css variable
--color-primary: hsl(280, 5%, 47%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(280, 5%, 47%)?
HEX: #7A727E | RGB: rgb(122, 114, 126) | CMYK: 3%, 10%, 0%, 51% | HSV: 280°, 10%, 49%. Copy any format from the conversion table above.
What colors go well with #7A727E?
The complementary color is HSL(100, 5%, 47%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(280, 5%, 47%) in CSS?
As HSL: color: hsl(280, 5%, 47%); — As HEX: color: #7A727E; — As RGB: color: rgb(122, 114, 126); — Tailwind CSS: bg-[hsl(280,5%,47%)] — CSS variable: --color-primary: hsl(280, 5%, 47%);