HSL(81, 6%, 39%)
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(81,6%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 6%, 39%) | color: hsl(81, 6%, 39%) | |
| HEX | #65695D | color: #65695D | |
| RGB | rgb(101, 105, 93) | color: rgb(101, 105, 93) | |
| CMYK | cmyk(4%, 0%, 11%, 59%) | — | |
| HSV | hsv(80, 11%, 41%) | — | |
| HWB | hwb(80 36% 59%) | color: hwb(80 36% 59%) | |
| OKLCH | oklch(0.5136 0.0191 122.1) | color: oklch(0.5136 0.0191 122.1) | |
| Lab | lab(43.74 -3.96 6.22) | color: lab(43.74 -3.96 6.22) | |
| LCH | lch(43.74 7.37 122.48) | color: lch(43.74 7.37 122.48) |
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)
#676760 — rgb(103, 103, 96)
Deuteranopia (Green-blind)
#676661 — rgb(103, 102, 97)
Tritanopia (Blue-blind)
#656263 — rgb(101, 98, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 6%, 39%);
text
color: hsl(81, 6%, 39%);
border
border: 2px solid hsl(81, 6%, 39%);
gradient light
background: linear-gradient(to right, hsl(81, 6%, 59%), hsl(81, 6%, 39%));
gradient dark
background: linear-gradient(to right, hsl(81, 6%, 39%), hsl(81, 6%, 19%))
hex
background-color: #65695D;
tailwind
bg-[hsl(81,6%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 6%, 39%, 0.4);
css variable
--color-primary: hsl(81, 6%, 39%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(81, 6%, 39%)?
HEX: #65695D | RGB: rgb(101, 105, 93) | CMYK: 4%, 0%, 11%, 59% | HSV: 80°, 11%, 41%. Copy any format from the conversion table above.
What colors go well with #65695D?
The complementary color is HSL(261, 6%, 39%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 6%, 39%) in CSS?
As HSL: color: hsl(81, 6%, 39%); — As HEX: color: #65695D; — As RGB: color: rgb(101, 105, 93); — Tailwind CSS: bg-[hsl(81,6%,39%)] — CSS variable: --color-primary: hsl(81, 6%, 39%);