HSL(285, 5%, 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(285,5%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(285, 5%, 39%) | color: hsl(285, 5%, 39%) | |
| HEX | #665E68 | color: #665E68 | |
| RGB | rgb(102, 94, 104) | color: rgb(102, 94, 104) | |
| CMYK | cmyk(2%, 10%, 0%, 59%) | — | |
| HSV | hsv(288, 10%, 41%) | — | |
| HWB | hwb(288 37% 59%) | color: hwb(288 37% 59%) | |
| OKLCH | oklch(0.4929 0.0186 319.45) | color: oklch(0.4929 0.0186 319.45) | |
| Lab | lab(40.94 5.25 -4.53) | color: lab(40.94 5.25 -4.53) | |
| LCH | lch(40.94 6.93 319.21) | color: lch(40.94 6.93 319.21) |
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)
#636266 — rgb(99, 98, 102)
Deuteranopia (Green-blind)
#636465 — rgb(99, 100, 101)
Tritanopia (Blue-blind)
#666463 — rgb(102, 100, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(285, 5%, 39%);
text
color: hsl(285, 5%, 39%);
border
border: 2px solid hsl(285, 5%, 39%);
gradient light
background: linear-gradient(to right, hsl(285, 5%, 59%), hsl(285, 5%, 39%));
gradient dark
background: linear-gradient(to right, hsl(285, 5%, 39%), hsl(285, 5%, 19%))
hex
background-color: #665E68;
tailwind
bg-[hsl(285,5%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(285, 5%, 39%, 0.4);
css variable
--color-primary: hsl(285, 5%, 39%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(285, 5%, 39%)?
HEX: #665E68 | RGB: rgb(102, 94, 104) | CMYK: 2%, 10%, 0%, 59% | HSV: 288°, 10%, 41%. Copy any format from the conversion table above.
What colors go well with #665E68?
The complementary color is HSL(105, 5%, 39%). For a triadic harmony, use hues 285°, 45°, and 165°. For analogous combinations, try hues 255° and 315°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(285, 5%, 39%) in CSS?
As HSL: color: hsl(285, 5%, 39%); — As HEX: color: #665E68; — As RGB: color: rgb(102, 94, 104); — Tailwind CSS: bg-[hsl(285,5%,39%)] — CSS variable: --color-primary: hsl(285, 5%, 39%);