HSL(172, 12%, 66%)
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(172,12%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(172, 12%, 66%) | color: hsl(172, 12%, 66%) | |
| HEX | #9EB3B0 | color: #9EB3B0 | |
| RGB | rgb(158, 179, 176) | color: rgb(158, 179, 176) | |
| CMYK | cmyk(12%, 0%, 2%, 30%) | — | |
| HSV | hsv(171, 12%, 70%) | — | |
| HWB | hwb(171 62% 30%) | color: hwb(171 62% 30%) | |
| OKLCH | oklch(0.7498 0.0236 186.28) | color: oklch(0.7498 0.0236 186.28) | |
| Lab | lab(71.31 -7.82 -0.92) | color: lab(71.31 -7.82 -0.92) | |
| LCH | lch(71.31 7.87 186.71) | color: lch(71.31 7.87 186.71) |
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)
#A7A7B1 — rgb(167, 167, 177)
Deuteranopia (Green-blind)
#A6A4B1 — rgb(166, 164, 177)
Tritanopia (Blue-blind)
#9FB1B1 — rgb(159, 177, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(172, 12%, 66%);
text
color: hsl(172, 12%, 66%);
border
border: 2px solid hsl(172, 12%, 66%);
gradient light
background: linear-gradient(to right, hsl(172, 12%, 86%), hsl(172, 12%, 66%));
gradient dark
background: linear-gradient(to right, hsl(172, 12%, 66%), hsl(172, 12%, 46%))
hex
background-color: #9EB3B0;
tailwind
bg-[hsl(172,12%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(172, 12%, 66%, 0.4);
css variable
--color-primary: hsl(172, 12%, 66%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(172, 12%, 66%)?
HEX: #9EB3B0 | RGB: rgb(158, 179, 176) | CMYK: 12%, 0%, 2%, 30% | HSV: 171°, 12%, 70%. Copy any format from the conversion table above.
What colors go well with #9EB3B0?
The complementary color is HSL(352, 12%, 66%). For a triadic harmony, use hues 172°, 292°, and 52°. For analogous combinations, try hues 142° and 202°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(172, 12%, 66%) in CSS?
As HSL: color: hsl(172, 12%, 66%); — As HEX: color: #9EB3B0; — As RGB: color: rgb(158, 179, 176); — Tailwind CSS: bg-[hsl(172,12%,66%)] — CSS variable: --color-primary: hsl(172, 12%, 66%);