HSL(290, 4%, 40%)
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(290,4%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(290, 4%, 40%) | color: hsl(290, 4%, 40%) | |
| HEX | #69626A | color: #69626A | |
| RGB | rgb(105, 98, 106) | color: rgb(105, 98, 106) | |
| CMYK | cmyk(1%, 8%, 0%, 58%) | — | |
| HSV | hsv(293, 8%, 42%) | — | |
| HWB | hwb(293 39% 58%) | color: hwb(293 39% 58%) | |
| OKLCH | oklch(0.5054 0.0152 321.95) | color: oklch(0.5054 0.0152 321.95) | |
| Lab | lab(42.43 4.4 -3.52) | color: lab(42.43 4.4 -3.52) | |
| LCH | lch(42.43 5.63 321.34) | color: lch(42.43 5.63 321.34) |
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)
#666668 — rgb(102, 102, 104)
Deuteranopia (Green-blind)
#666768 — rgb(102, 103, 104)
Tritanopia (Blue-blind)
#696766 — rgb(105, 103, 102)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(290, 4%, 40%);
text
color: hsl(290, 4%, 40%);
border
border: 2px solid hsl(290, 4%, 40%);
gradient light
background: linear-gradient(to right, hsl(290, 4%, 60%), hsl(290, 4%, 40%));
gradient dark
background: linear-gradient(to right, hsl(290, 4%, 40%), hsl(290, 4%, 20%))
hex
background-color: #69626A;
tailwind
bg-[hsl(290,4%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(290, 4%, 40%, 0.4);
css variable
--color-primary: hsl(290, 4%, 40%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(290, 4%, 40%)?
HEX: #69626A | RGB: rgb(105, 98, 106) | CMYK: 1%, 8%, 0%, 58% | HSV: 293°, 8%, 42%. Copy any format from the conversion table above.
What colors go well with #69626A?
The complementary color is HSL(110, 4%, 40%). For a triadic harmony, use hues 290°, 50°, and 170°. For analogous combinations, try hues 260° and 320°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(290, 4%, 40%) in CSS?
As HSL: color: hsl(290, 4%, 40%); — As HEX: color: #69626A; — As RGB: color: rgb(105, 98, 106); — Tailwind CSS: bg-[hsl(290,4%,40%)] — CSS variable: --color-primary: hsl(290, 4%, 40%);