HSL(281, 7%, 44%)
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(281,7%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(281, 7%, 44%) | color: hsl(281, 7%, 44%) | |
| HEX | #736878 | color: #736878 | |
| RGB | rgb(115, 104, 120) | color: rgb(115, 104, 120) | |
| CMYK | cmyk(4%, 13%, 0%, 53%) | — | |
| HSV | hsv(281, 13%, 47%) | — | |
| HWB | hwb(281 41% 53%) | color: hwb(281 41% 53%) | |
| OKLCH | oklch(0.533 0.028 315.36) | color: oklch(0.533 0.028 315.36) | |
| Lab | lab(45.5 7.56 -7.33) | color: lab(45.5 7.56 -7.33) | |
| LCH | lch(45.5 10.53 315.88) | color: lch(45.5 10.53 315.88) |
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)
#6E6E74 — rgb(110, 110, 116)
Deuteranopia (Green-blind)
#6F7073 — rgb(111, 112, 115)
Tritanopia (Blue-blind)
#727170 — rgb(114, 113, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(281, 7%, 44%);
text
color: hsl(281, 7%, 44%);
border
border: 2px solid hsl(281, 7%, 44%);
gradient light
background: linear-gradient(to right, hsl(281, 7%, 64%), hsl(281, 7%, 44%));
gradient dark
background: linear-gradient(to right, hsl(281, 7%, 44%), hsl(281, 7%, 24%))
hex
background-color: #736878;
tailwind
bg-[hsl(281,7%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(281, 7%, 44%, 0.4);
css variable
--color-primary: hsl(281, 7%, 44%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(281, 7%, 44%)?
HEX: #736878 | RGB: rgb(115, 104, 120) | CMYK: 4%, 13%, 0%, 53% | HSV: 281°, 13%, 47%. Copy any format from the conversion table above.
What colors go well with #736878?
The complementary color is HSL(101, 7%, 44%). For a triadic harmony, use hues 281°, 41°, and 161°. For analogous combinations, try hues 251° and 311°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(281, 7%, 44%) in CSS?
As HSL: color: hsl(281, 7%, 44%); — As HEX: color: #736878; — As RGB: color: rgb(115, 104, 120); — Tailwind CSS: bg-[hsl(281,7%,44%)] — CSS variable: --color-primary: hsl(281, 7%, 44%);