HSL(171, 14%, 60%)
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(171,14%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 14%, 60%) | color: hsl(171, 14%, 60%) | |
| HEX | #8BA7A3 | color: #8BA7A3 | |
| RGB | rgb(139, 167, 163) | color: rgb(139, 167, 163) | |
| CMYK | cmyk(17%, 0%, 2%, 35%) | — | |
| HSV | hsv(171, 17%, 65%) | — | |
| HWB | hwb(171 54% 35%) | color: hwb(171 54% 35%) | |
| OKLCH | oklch(0.7059 0.0315 185.93) | color: oklch(0.7059 0.0315 185.93) | |
| Lab | lab(66.34 -10.48 -1.16) | color: lab(66.34 -10.48 -1.16) | |
| LCH | lch(66.34 10.54 186.32) | color: lch(66.34 10.54 186.32) |
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)
#9797A4 — rgb(151, 151, 164)
Deuteranopia (Green-blind)
#9693A4 — rgb(150, 147, 164)
Tritanopia (Blue-blind)
#8CA5A5 — rgb(140, 165, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 14%, 60%);
text
color: hsl(171, 14%, 60%);
border
border: 2px solid hsl(171, 14%, 60%);
gradient light
background: linear-gradient(to right, hsl(171, 14%, 80%), hsl(171, 14%, 60%));
gradient dark
background: linear-gradient(to right, hsl(171, 14%, 60%), hsl(171, 14%, 40%))
hex
background-color: #8BA7A3;
tailwind
bg-[hsl(171,14%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 14%, 60%, 0.4);
css variable
--color-primary: hsl(171, 14%, 60%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 14%, 60%)?
HEX: #8BA7A3 | RGB: rgb(139, 167, 163) | CMYK: 17%, 0%, 2%, 35% | HSV: 171°, 17%, 65%. Copy any format from the conversion table above.
What colors go well with #8BA7A3?
The complementary color is HSL(351, 14%, 60%). For a triadic harmony, use hues 171°, 291°, and 51°. For analogous combinations, try hues 141° and 201°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(171, 14%, 60%) in CSS?
As HSL: color: hsl(171, 14%, 60%); — As HEX: color: #8BA7A3; — As RGB: color: rgb(139, 167, 163); — Tailwind CSS: bg-[hsl(171,14%,60%)] — CSS variable: --color-primary: hsl(171, 14%, 60%);