HSL(255, 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(255,5%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(255, 5%, 39%) | color: hsl(255, 5%, 39%) | |
| HEX | #615E68 | color: #615E68 | |
| RGB | rgb(97, 94, 104) | color: rgb(97, 94, 104) | |
| CMYK | cmyk(7%, 10%, 0%, 59%) | — | |
| HSV | hsv(258, 10%, 41%) | — | |
| HWB | hwb(258 37% 59%) | color: hwb(258 37% 59%) | |
| OKLCH | oklch(0.4882 0.0162 299.48) | color: oklch(0.4882 0.0162 299.48) | |
| Lab | lab(40.49 3.33 -5.26) | color: lab(40.49 3.33 -5.26) | |
| LCH | lch(40.49 6.23 302.34) | color: lch(40.49 6.23 302.34) |
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)
#606066 — rgb(96, 96, 102)
Deuteranopia (Green-blind)
#606065 — rgb(96, 96, 101)
Tritanopia (Blue-blind)
#616463 — rgb(97, 100, 99)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(255, 5%, 39%);
text
color: hsl(255, 5%, 39%);
border
border: 2px solid hsl(255, 5%, 39%);
gradient light
background: linear-gradient(to right, hsl(255, 5%, 59%), hsl(255, 5%, 39%));
gradient dark
background: linear-gradient(to right, hsl(255, 5%, 39%), hsl(255, 5%, 19%))
hex
background-color: #615E68;
tailwind
bg-[hsl(255,5%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(255, 5%, 39%, 0.4);
css variable
--color-primary: hsl(255, 5%, 39%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(255, 5%, 39%)?
HEX: #615E68 | RGB: rgb(97, 94, 104) | CMYK: 7%, 10%, 0%, 59% | HSV: 258°, 10%, 41%. Copy any format from the conversion table above.
What colors go well with #615E68?
The complementary color is HSL(75, 5%, 39%). For a triadic harmony, use hues 255°, 15°, and 135°. For analogous combinations, try hues 225° and 285°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(255, 5%, 39%) in CSS?
As HSL: color: hsl(255, 5%, 39%); — As HEX: color: #615E68; — As RGB: color: rgb(97, 94, 104); — Tailwind CSS: bg-[hsl(255,5%,39%)] — CSS variable: --color-primary: hsl(255, 5%, 39%);