HSL(187, 11%, 63%)
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(187,11%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 11%, 63%) | color: hsl(187, 11%, 63%) | |
| HEX | #96A9AB | color: #96A9AB | |
| RGB | rgb(150, 169, 171) | color: rgb(150, 169, 171) | |
| CMYK | cmyk(12%, 1%, 0%, 33%) | — | |
| HSV | hsv(186, 12%, 67%) | — | |
| HWB | hwb(186 59% 33%) | color: hwb(186 59% 33%) | |
| OKLCH | oklch(0.7207 0.0215 204.37) | color: oklch(0.7207 0.0215 204.37) | |
| Lab | lab(67.87 -6.19 -3.28) | color: lab(67.87 -6.19 -3.28) | |
| LCH | lch(67.87 7.01 207.92) | color: lch(67.87 7.01 207.92) |
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)
#9E9EAB — rgb(158, 158, 171)
Deuteranopia (Green-blind)
#9D9CAA — rgb(157, 156, 170)
Tritanopia (Blue-blind)
#97AAAA — rgb(151, 170, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 11%, 63%);
text
color: hsl(187, 11%, 63%);
border
border: 2px solid hsl(187, 11%, 63%);
gradient light
background: linear-gradient(to right, hsl(187, 11%, 83%), hsl(187, 11%, 63%));
gradient dark
background: linear-gradient(to right, hsl(187, 11%, 63%), hsl(187, 11%, 43%))
hex
background-color: #96A9AB;
tailwind
bg-[hsl(187,11%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 11%, 63%, 0.4);
css variable
--color-primary: hsl(187, 11%, 63%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 11%, 63%)?
HEX: #96A9AB | RGB: rgb(150, 169, 171) | CMYK: 12%, 1%, 0%, 33% | HSV: 186°, 12%, 67%. Copy any format from the conversion table above.
What colors go well with #96A9AB?
The complementary color is HSL(7, 11%, 63%). For a triadic harmony, use hues 187°, 307°, and 67°. For analogous combinations, try hues 157° and 217°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(187, 11%, 63%) in CSS?
As HSL: color: hsl(187, 11%, 63%); — As HEX: color: #96A9AB; — As RGB: color: rgb(150, 169, 171); — Tailwind CSS: bg-[hsl(187,11%,63%)] — CSS variable: --color-primary: hsl(187, 11%, 63%);