HSL(175, 10%, 31%)
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(175,10%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 10%, 31%) | color: hsl(175, 10%, 31%) | |
| HEX | #475756 | color: #475756 | |
| RGB | rgb(71, 87, 86) | color: rgb(71, 87, 86) | |
| CMYK | cmyk(18%, 0%, 1%, 66%) | — | |
| HSV | hsv(176, 18%, 34%) | — | |
| HWB | hwb(176 28% 66%) | color: hwb(176 28% 66%) | |
| OKLCH | oklch(0.4428 0.0199 191.79) | color: oklch(0.4428 0.0199 191.79) | |
| Lab | lab(35.65 -6.41 -1.49) | color: lab(35.65 -6.41 -1.49) | |
| LCH | lch(35.65 6.58 193.09) | color: lch(35.65 6.58 193.09) |
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)
#4E4E56 — rgb(78, 78, 86)
Deuteranopia (Green-blind)
#4D4C56 — rgb(77, 76, 86)
Tritanopia (Blue-blind)
#485656 — rgb(72, 86, 86)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 10%, 31%);
text
color: hsl(175, 10%, 31%);
border
border: 2px solid hsl(175, 10%, 31%);
gradient light
background: linear-gradient(to right, hsl(175, 10%, 51%), hsl(175, 10%, 31%));
gradient dark
background: linear-gradient(to right, hsl(175, 10%, 31%), hsl(175, 10%, 11%))
hex
background-color: #475756;
tailwind
bg-[hsl(175,10%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 10%, 31%, 0.4);
css variable
--color-primary: hsl(175, 10%, 31%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 10%, 31%)?
HEX: #475756 | RGB: rgb(71, 87, 86) | CMYK: 18%, 0%, 1%, 66% | HSV: 176°, 18%, 34%. Copy any format from the conversion table above.
What colors go well with #475756?
The complementary color is HSL(355, 10%, 31%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(175, 10%, 31%) in CSS?
As HSL: color: hsl(175, 10%, 31%); — As HEX: color: #475756; — As RGB: color: rgb(71, 87, 86); — Tailwind CSS: bg-[hsl(175,10%,31%)] — CSS variable: --color-primary: hsl(175, 10%, 31%);