HSL(177, 11%, 65%)
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(177,11%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 11%, 65%) | color: hsl(177, 11%, 65%) | |
| HEX | #9CB0AF | color: #9CB0AF | |
| RGB | rgb(156, 176, 175) | color: rgb(156, 176, 175) | |
| CMYK | cmyk(11%, 0%, 1%, 31%) | — | |
| HSV | hsv(177, 11%, 69%) | — | |
| HWB | hwb(177 61% 31%) | color: hwb(177 61% 31%) | |
| OKLCH | oklch(0.7415 0.0223 193.02) | color: oklch(0.7415 0.0223 193.02) | |
| Lab | lab(70.32 -7.1 -1.84) | color: lab(70.32 -7.1 -1.84) | |
| LCH | lch(70.32 7.33 194.53) | color: lch(70.32 7.33 194.53) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#A5A5AF — rgb(165, 165, 175)
Deuteranopia (Green-blind)
#A4A2AF — rgb(164, 162, 175)
Tritanopia (Blue-blind)
#9DAFAF — rgb(157, 175, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 11%, 65%);
text
color: hsl(177, 11%, 65%);
border
border: 2px solid hsl(177, 11%, 65%);
gradient light
background: linear-gradient(to right, hsl(177, 11%, 85%), hsl(177, 11%, 65%));
gradient dark
background: linear-gradient(to right, hsl(177, 11%, 65%), hsl(177, 11%, 45%))
hex
background-color: #9CB0AF;
tailwind
bg-[hsl(177,11%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 11%, 65%, 0.4);
css variable
--color-primary: hsl(177, 11%, 65%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 11%, 65%)?
HEX: #9CB0AF | RGB: rgb(156, 176, 175) | CMYK: 11%, 0%, 1%, 31% | HSV: 177°, 11%, 69%. Copy any format from the conversion table above.
What colors go well with #9CB0AF?
The complementary color is HSL(357, 11%, 65%). For a triadic harmony, use hues 177°, 297°, and 57°. For analogous combinations, try hues 147° and 207°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(177, 11%, 65%) in CSS?
As HSL: color: hsl(177, 11%, 65%); — As HEX: color: #9CB0AF; — As RGB: color: rgb(156, 176, 175); — Tailwind CSS: bg-[hsl(177,11%,65%)] — CSS variable: --color-primary: hsl(177, 11%, 65%);