HSL(241, 7%, 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(241,7%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(241, 7%, 47%) | color: hsl(241, 7%, 47%) | |
| HEX | #706F80 | color: #706F80 | |
| RGB | rgb(112, 111, 128) | color: rgb(112, 111, 128) | |
| CMYK | cmyk(13%, 13%, 0%, 50%) | — | |
| HSV | hsv(244, 13%, 50%) | — | |
| HWB | hwb(244 44% 50%) | color: hwb(244 44% 50%) | |
| OKLCH | oklch(0.5486 0.0262 288.2) | color: oklch(0.5486 0.0262 288.2) | |
| Lab | lab(47.46 4.05 -9.22) | color: lab(47.46 4.05 -9.22) | |
| LCH | lch(47.46 10.07 293.71) | color: lch(47.46 10.07 293.71) |
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)
#70707C — rgb(112, 112, 124)
Deuteranopia (Green-blind)
#70707B — rgb(112, 112, 123)
Tritanopia (Blue-blind)
#707978 — rgb(112, 121, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(241, 7%, 47%);
text
color: hsl(241, 7%, 47%);
border
border: 2px solid hsl(241, 7%, 47%);
gradient light
background: linear-gradient(to right, hsl(241, 7%, 67%), hsl(241, 7%, 47%));
gradient dark
background: linear-gradient(to right, hsl(241, 7%, 47%), hsl(241, 7%, 27%))
hex
background-color: #706F80;
tailwind
bg-[hsl(241,7%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(241, 7%, 47%, 0.4);
css variable
--color-primary: hsl(241, 7%, 47%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(241, 7%, 47%)?
HEX: #706F80 | RGB: rgb(112, 111, 128) | CMYK: 13%, 13%, 0%, 50% | HSV: 244°, 13%, 50%. Copy any format from the conversion table above.
What colors go well with #706F80?
The complementary color is HSL(61, 7%, 47%). For a triadic harmony, use hues 241°, 1°, and 121°. For analogous combinations, try hues 211° and 271°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(241, 7%, 47%) in CSS?
As HSL: color: hsl(241, 7%, 47%); — As HEX: color: #706F80; — As RGB: color: rgb(112, 111, 128); — Tailwind CSS: bg-[hsl(241,7%,47%)] — CSS variable: --color-primary: hsl(241, 7%, 47%);