HSL(280, 3%, 41%)
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,3%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 3%, 41%) | color: hsl(280, 3%, 41%) | |
| HEX | #6A656C | color: #6A656C | |
| RGB | rgb(106, 101, 108) | color: rgb(106, 101, 108) | |
| CMYK | cmyk(2%, 6%, 0%, 58%) | — | |
| HSV | hsv(283, 6%, 42%) | — | |
| HWB | hwb(283 39% 58%) | color: hwb(283 39% 58%) | |
| OKLCH | oklch(0.5137 0.0125 316.45) | color: oklch(0.5137 0.0125 316.45) | |
| Lab | lab(43.44 3.4 -3.23) | color: lab(43.44 3.4 -3.23) | |
| LCH | lch(43.44 4.69 316.47) | color: lch(43.44 4.69 316.47) |
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)
#68686A — rgb(104, 104, 106)
Deuteranopia (Green-blind)
#68696A — rgb(104, 105, 106)
Tritanopia (Blue-blind)
#6A6969 — rgb(106, 105, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 3%, 41%);
text
color: hsl(280, 3%, 41%);
border
border: 2px solid hsl(280, 3%, 41%);
gradient light
background: linear-gradient(to right, hsl(280, 3%, 61%), hsl(280, 3%, 41%));
gradient dark
background: linear-gradient(to right, hsl(280, 3%, 41%), hsl(280, 3%, 21%))
hex
background-color: #6A656C;
tailwind
bg-[hsl(280,3%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 3%, 41%, 0.4);
css variable
--color-primary: hsl(280, 3%, 41%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(280, 3%, 41%)?
HEX: #6A656C | RGB: rgb(106, 101, 108) | CMYK: 2%, 6%, 0%, 58% | HSV: 283°, 6%, 42%. Copy any format from the conversion table above.
What colors go well with #6A656C?
The complementary color is HSL(100, 3%, 41%). 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, 3%, 41%) in CSS?
As HSL: color: hsl(280, 3%, 41%); — As HEX: color: #6A656C; — As RGB: color: rgb(106, 101, 108); — Tailwind CSS: bg-[hsl(280,3%,41%)] — CSS variable: --color-primary: hsl(280, 3%, 41%);