HSL(185, 10%, 57%)
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(185,10%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(185, 10%, 57%) | color: hsl(185, 10%, 57%) | |
| HEX | #869A9C | color: #869A9C | |
| RGB | rgb(134, 154, 156) | color: rgb(134, 154, 156) | |
| CMYK | cmyk(14%, 1%, 0%, 39%) | — | |
| HSV | hsv(185, 14%, 61%) | — | |
| HWB | hwb(185 52% 39%) | color: hwb(185 52% 39%) | |
| OKLCH | oklch(0.6712 0.0229 203.97) | color: oklch(0.6712 0.0229 203.97) | |
| Lab | lab(62.15 -6.61 -3.43) | color: lab(62.15 -6.61 -3.43) | |
| LCH | lch(62.15 7.45 207.43) | color: lch(62.15 7.45 207.43) |
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)
#8F8F9C — rgb(143, 143, 156)
Deuteranopia (Green-blind)
#8E8C9B — rgb(142, 140, 155)
Tritanopia (Blue-blind)
#879B9B — rgb(135, 155, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(185, 10%, 57%);
text
color: hsl(185, 10%, 57%);
border
border: 2px solid hsl(185, 10%, 57%);
gradient light
background: linear-gradient(to right, hsl(185, 10%, 77%), hsl(185, 10%, 57%));
gradient dark
background: linear-gradient(to right, hsl(185, 10%, 57%), hsl(185, 10%, 37%))
hex
background-color: #869A9C;
tailwind
bg-[hsl(185,10%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(185, 10%, 57%, 0.4);
css variable
--color-primary: hsl(185, 10%, 57%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(185, 10%, 57%)?
HEX: #869A9C | RGB: rgb(134, 154, 156) | CMYK: 14%, 1%, 0%, 39% | HSV: 185°, 14%, 61%. Copy any format from the conversion table above.
What colors go well with #869A9C?
The complementary color is HSL(5, 10%, 57%). For a triadic harmony, use hues 185°, 305°, and 65°. For analogous combinations, try hues 155° and 215°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(185, 10%, 57%) in CSS?
As HSL: color: hsl(185, 10%, 57%); — As HEX: color: #869A9C; — As RGB: color: rgb(134, 154, 156); — Tailwind CSS: bg-[hsl(185,10%,57%)] — CSS variable: --color-primary: hsl(185, 10%, 57%);