HSL(188, 10%, 58%)
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(188,10%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 10%, 58%) | color: hsl(188, 10%, 58%) | |
| HEX | #899C9F | color: #899C9F | |
| RGB | rgb(137, 156, 159) | color: rgb(137, 156, 159) | |
| CMYK | cmyk(14%, 2%, 0%, 38%) | — | |
| HSV | hsv(188, 14%, 62%) | — | |
| HWB | hwb(188 53% 38%) | color: hwb(188 53% 38%) | |
| OKLCH | oklch(0.6788 0.022 208.13) | color: oklch(0.6788 0.022 208.13) | |
| Lab | lab(63.01 -6.05 -3.84) | color: lab(63.01 -6.05 -3.84) | |
| LCH | lch(63.01 7.17 212.4) | color: lch(63.01 7.17 212.4) |
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)
#91919E — rgb(145, 145, 158)
Deuteranopia (Green-blind)
#908F9E — rgb(144, 143, 158)
Tritanopia (Blue-blind)
#8A9E9E — rgb(138, 158, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 10%, 58%);
text
color: hsl(188, 10%, 58%);
border
border: 2px solid hsl(188, 10%, 58%);
gradient light
background: linear-gradient(to right, hsl(188, 10%, 78%), hsl(188, 10%, 58%));
gradient dark
background: linear-gradient(to right, hsl(188, 10%, 58%), hsl(188, 10%, 38%))
hex
background-color: #899C9F;
tailwind
bg-[hsl(188,10%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 10%, 58%, 0.4);
css variable
--color-primary: hsl(188, 10%, 58%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 10%, 58%)?
HEX: #899C9F | RGB: rgb(137, 156, 159) | CMYK: 14%, 2%, 0%, 38% | HSV: 188°, 14%, 62%. Copy any format from the conversion table above.
What colors go well with #899C9F?
The complementary color is HSL(8, 10%, 58%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(188, 10%, 58%) in CSS?
As HSL: color: hsl(188, 10%, 58%); — As HEX: color: #899C9F; — As RGB: color: rgb(137, 156, 159); — Tailwind CSS: bg-[hsl(188,10%,58%)] — CSS variable: --color-primary: hsl(188, 10%, 58%);