HSL(197, 2%, 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(197,2%,40%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(197, 2%, 40%) | color: hsl(197, 2%, 40%) | |
| HEX | #646768 | color: #646768 | |
| RGB | rgb(100, 103, 104) | color: rgb(100, 103, 104) | |
| CMYK | cmyk(4%, 1%, 0%, 59%) | — | |
| HSV | hsv(195, 4%, 41%) | — | |
| HWB | hwb(195 39% 59%) | color: hwb(195 39% 59%) | |
| OKLCH | oklch(0.5115 0.0041 219.57) | color: oklch(0.5115 0.0041 219.57) | |
| Lab | lab(43.37 -0.95 -0.97) | color: lab(43.37 -0.95 -0.97) | |
| LCH | lch(43.37 1.36 225.6) | color: lch(43.37 1.36 225.6) |
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)
#656568 — rgb(101, 101, 104)
Deuteranopia (Green-blind)
#656568 — rgb(101, 101, 104)
Tritanopia (Blue-blind)
#646868 — rgb(100, 104, 104)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(197, 2%, 40%);
text
color: hsl(197, 2%, 40%);
border
border: 2px solid hsl(197, 2%, 40%);
gradient light
background: linear-gradient(to right, hsl(197, 2%, 60%), hsl(197, 2%, 40%));
gradient dark
background: linear-gradient(to right, hsl(197, 2%, 40%), hsl(197, 2%, 20%))
hex
background-color: #646768;
tailwind
bg-[hsl(197,2%,40%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(197, 2%, 40%, 0.4);
css variable
--color-primary: hsl(197, 2%, 40%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(197, 2%, 40%)?
HEX: #646768 | RGB: rgb(100, 103, 104) | CMYK: 4%, 1%, 0%, 59% | HSV: 195°, 4%, 41%. Copy any format from the conversion table above.
What colors go well with #646768?
The complementary color is HSL(17, 2%, 40%). For a triadic harmony, use hues 197°, 317°, and 77°. For analogous combinations, try hues 167° and 227°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(197, 2%, 40%) in CSS?
As HSL: color: hsl(197, 2%, 40%); — As HEX: color: #646768; — As RGB: color: rgb(100, 103, 104); — Tailwind CSS: bg-[hsl(197,2%,40%)] — CSS variable: --color-primary: hsl(197, 2%, 40%);