HSL(162, 11%, 39%)
Grayish Cyan — Cyan color
Adjust Color
Color Information
Color Name
Grayish Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(162,11%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(162, 11%, 39%) | color: hsl(162, 11%, 39%) | |
| HEX | #596E68 | color: #596E68 | |
| RGB | rgb(89, 110, 104) | color: rgb(89, 110, 104) | |
| CMYK | cmyk(19%, 0%, 5%, 57%) | — | |
| HSV | hsv(163, 19%, 43%) | — | |
| HWB | hwb(163 35% 57%) | color: hwb(163 35% 57%) | |
| OKLCH | oklch(0.5192 0.0267 175.98) | color: oklch(0.5192 0.0267 175.98) | |
| Lab | lab(44.62 -9.14 0.76) | color: lab(44.62 -9.14 0.76) | |
| LCH | lch(44.62 9.17 175.25) | color: lch(44.62 9.17 175.25) |
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)
#626269 — rgb(98, 98, 105)
Deuteranopia (Green-blind)
#615F6A — rgb(97, 95, 106)
Tritanopia (Blue-blind)
#5A6B6B — rgb(90, 107, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(162, 11%, 39%);
text
color: hsl(162, 11%, 39%);
border
border: 2px solid hsl(162, 11%, 39%);
gradient light
background: linear-gradient(to right, hsl(162, 11%, 59%), hsl(162, 11%, 39%));
gradient dark
background: linear-gradient(to right, hsl(162, 11%, 39%), hsl(162, 11%, 19%))
hex
background-color: #596E68;
tailwind
bg-[hsl(162,11%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(162, 11%, 39%, 0.4);
css variable
--color-primary: hsl(162, 11%, 39%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(162, 11%, 39%)?
HEX: #596E68 | RGB: rgb(89, 110, 104) | CMYK: 19%, 0%, 5%, 57% | HSV: 163°, 19%, 43%. Copy any format from the conversion table above.
What colors go well with #596E68?
The complementary color is HSL(342, 11%, 39%). For a triadic harmony, use hues 162°, 282°, and 42°. For analogous combinations, try hues 132° and 192°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(162, 11%, 39%) in CSS?
As HSL: color: hsl(162, 11%, 39%); — As HEX: color: #596E68; — As RGB: color: rgb(89, 110, 104); — Tailwind CSS: bg-[hsl(162,11%,39%)] — CSS variable: --color-primary: hsl(162, 11%, 39%);