HSL(262, 3%, 42%)
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(262,3%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(262, 3%, 42%) | color: hsl(262, 3%, 42%) | |
| HEX | #6A686E | color: #6A686E | |
| RGB | rgb(106, 104, 110) | color: rgb(106, 104, 110) | |
| CMYK | cmyk(4%, 5%, 0%, 57%) | — | |
| HSV | hsv(260, 5%, 43%) | — | |
| HWB | hwb(260 41% 57%) | color: hwb(260 41% 57%) | |
| OKLCH | oklch(0.5211 0.0096 301.2) | color: oklch(0.5211 0.0096 301.2) | |
| Lab | lab(44.36 2.03 -3.08) | color: lab(44.36 2.03 -3.08) | |
| LCH | lch(44.36 3.69 303.39) | color: lch(44.36 3.69 303.39) |
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)
#69696D — rgb(105, 105, 109)
Deuteranopia (Green-blind)
#69696C — rgb(105, 105, 108)
Tritanopia (Blue-blind)
#6A6B6B — rgb(106, 107, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(262, 3%, 42%);
text
color: hsl(262, 3%, 42%);
border
border: 2px solid hsl(262, 3%, 42%);
gradient light
background: linear-gradient(to right, hsl(262, 3%, 62%), hsl(262, 3%, 42%));
gradient dark
background: linear-gradient(to right, hsl(262, 3%, 42%), hsl(262, 3%, 22%))
hex
background-color: #6A686E;
tailwind
bg-[hsl(262,3%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(262, 3%, 42%, 0.4);
css variable
--color-primary: hsl(262, 3%, 42%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(262, 3%, 42%)?
HEX: #6A686E | RGB: rgb(106, 104, 110) | CMYK: 4%, 5%, 0%, 57% | HSV: 260°, 5%, 43%. Copy any format from the conversion table above.
What colors go well with #6A686E?
The complementary color is HSL(82, 3%, 42%). For a triadic harmony, use hues 262°, 22°, and 142°. For analogous combinations, try hues 232° and 292°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(262, 3%, 42%) in CSS?
As HSL: color: hsl(262, 3%, 42%); — As HEX: color: #6A686E; — As RGB: color: rgb(106, 104, 110); — Tailwind CSS: bg-[hsl(262,3%,42%)] — CSS variable: --color-primary: hsl(262, 3%, 42%);