HSL(245, 5%, 46%)
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(245,5%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(245, 5%, 46%) | color: hsl(245, 5%, 46%) | |
| HEX | #706F7B | color: #706F7B | |
| RGB | rgb(112, 111, 123) | color: rgb(112, 111, 123) | |
| CMYK | cmyk(9%, 10%, 0%, 52%) | — | |
| HSV | hsv(245, 10%, 48%) | — | |
| HWB | hwb(245 43% 52%) | color: hwb(245 43% 52%) | |
| OKLCH | oklch(0.5467 0.0185 289.6) | color: oklch(0.5467 0.0185 289.6) | |
| Lab | lab(47.29 2.92 -6.48) | color: lab(47.29 2.92 -6.48) | |
| LCH | lch(47.29 7.11 294.26) | color: lch(47.29 7.11 294.26) |
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)
#707078 — rgb(112, 112, 120)
Deuteranopia (Green-blind)
#707077 — rgb(112, 112, 119)
Tritanopia (Blue-blind)
#707675 — rgb(112, 118, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(245, 5%, 46%);
text
color: hsl(245, 5%, 46%);
border
border: 2px solid hsl(245, 5%, 46%);
gradient light
background: linear-gradient(to right, hsl(245, 5%, 66%), hsl(245, 5%, 46%));
gradient dark
background: linear-gradient(to right, hsl(245, 5%, 46%), hsl(245, 5%, 26%))
hex
background-color: #706F7B;
tailwind
bg-[hsl(245,5%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(245, 5%, 46%, 0.4);
css variable
--color-primary: hsl(245, 5%, 46%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(245, 5%, 46%)?
HEX: #706F7B | RGB: rgb(112, 111, 123) | CMYK: 9%, 10%, 0%, 52% | HSV: 245°, 10%, 48%. Copy any format from the conversion table above.
What colors go well with #706F7B?
The complementary color is HSL(65, 5%, 46%). For a triadic harmony, use hues 245°, 5°, and 125°. For analogous combinations, try hues 215° and 275°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(245, 5%, 46%) in CSS?
As HSL: color: hsl(245, 5%, 46%); — As HEX: color: #706F7B; — As RGB: color: rgb(112, 111, 123); — Tailwind CSS: bg-[hsl(245,5%,46%)] — CSS variable: --color-primary: hsl(245, 5%, 46%);