HSL(162, 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(162,11%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(162, 11%, 65%) | color: hsl(162, 11%, 65%) | |
| HEX | #9CB0AA | color: #9CB0AA | |
| RGB | rgb(156, 176, 170) | color: rgb(156, 176, 170) | |
| CMYK | cmyk(11%, 0%, 3%, 31%) | — | |
| HSV | hsv(162, 11%, 69%) | — | |
| HWB | hwb(162 61% 31%) | color: hwb(162 61% 31%) | |
| OKLCH | oklch(0.74 0.0238 175.69) | color: oklch(0.74 0.0238 175.69) | |
| Lab | lab(70.19 -8.11 0.72) | color: lab(70.19 -8.11 0.72) | |
| LCH | lch(70.19 8.14 174.93) | color: lch(70.19 8.14 174.93) |
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)
#A5A5AB — rgb(165, 165, 171)
Deuteranopia (Green-blind)
#A4A2AC — rgb(164, 162, 172)
Tritanopia (Blue-blind)
#9DADAD — rgb(157, 173, 173)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(162, 11%, 65%);
text
color: hsl(162, 11%, 65%);
border
border: 2px solid hsl(162, 11%, 65%);
gradient light
background: linear-gradient(to right, hsl(162, 11%, 85%), hsl(162, 11%, 65%));
gradient dark
background: linear-gradient(to right, hsl(162, 11%, 65%), hsl(162, 11%, 45%))
hex
background-color: #9CB0AA;
tailwind
bg-[hsl(162,11%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(162, 11%, 65%, 0.4);
css variable
--color-primary: hsl(162, 11%, 65%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(162, 11%, 65%)?
HEX: #9CB0AA | RGB: rgb(156, 176, 170) | CMYK: 11%, 0%, 3%, 31% | HSV: 162°, 11%, 69%. Copy any format from the conversion table above.
What colors go well with #9CB0AA?
The complementary color is HSL(342, 11%, 65%). 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%, 65%) in CSS?
As HSL: color: hsl(162, 11%, 65%); — As HEX: color: #9CB0AA; — As RGB: color: rgb(156, 176, 170); — Tailwind CSS: bg-[hsl(162,11%,65%)] — CSS variable: --color-primary: hsl(162, 11%, 65%);