HSL(182, 10%, 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(182,10%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 10%, 39%) | color: hsl(182, 10%, 39%) | |
| HEX | #5A6D6D | color: #5A6D6D | |
| RGB | rgb(90, 109, 109) | color: rgb(90, 109, 109) | |
| CMYK | cmyk(17%, 0%, 0%, 57%) | — | |
| HSV | hsv(180, 17%, 43%) | — | |
| HWB | hwb(180 36% 57%) | color: hwb(180 36% 57%) | |
| OKLCH | oklch(0.5192 0.0227 196.47) | color: oklch(0.5192 0.0227 196.47) | |
| Lab | lab(44.54 -7.05 -2.36) | color: lab(44.54 -7.05 -2.36) | |
| LCH | lch(44.54 7.43 198.51) | color: lch(44.54 7.43 198.51) |
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)
#62626D — rgb(98, 98, 109)
Deuteranopia (Green-blind)
#61606D — rgb(97, 96, 109)
Tritanopia (Blue-blind)
#5B6D6D — rgb(91, 109, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 10%, 39%);
text
color: hsl(182, 10%, 39%);
border
border: 2px solid hsl(182, 10%, 39%);
gradient light
background: linear-gradient(to right, hsl(182, 10%, 59%), hsl(182, 10%, 39%));
gradient dark
background: linear-gradient(to right, hsl(182, 10%, 39%), hsl(182, 10%, 19%))
hex
background-color: #5A6D6D;
tailwind
bg-[hsl(182,10%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 10%, 39%, 0.4);
css variable
--color-primary: hsl(182, 10%, 39%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 10%, 39%)?
HEX: #5A6D6D | RGB: rgb(90, 109, 109) | CMYK: 17%, 0%, 0%, 57% | HSV: 180°, 17%, 43%. Copy any format from the conversion table above.
What colors go well with #5A6D6D?
The complementary color is HSL(2, 10%, 39%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(182, 10%, 39%) in CSS?
As HSL: color: hsl(182, 10%, 39%); — As HEX: color: #5A6D6D; — As RGB: color: rgb(90, 109, 109); — Tailwind CSS: bg-[hsl(182,10%,39%)] — CSS variable: --color-primary: hsl(182, 10%, 39%);