HSL(161, 10%, 59%)
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(161,10%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 10%, 59%) | color: hsl(161, 10%, 59%) | |
| HEX | #8CA19A | color: #8CA19A | |
| RGB | rgb(140, 161, 154) | color: rgb(140, 161, 154) | |
| CMYK | cmyk(13%, 0%, 4%, 37%) | — | |
| HSV | hsv(160, 13%, 63%) | — | |
| HWB | hwb(160 55% 37%) | color: hwb(160 55% 37%) | |
| OKLCH | oklch(0.6905 0.0257 173.46) | color: oklch(0.6905 0.0257 173.46) | |
| Lab | lab(64.48 -8.79 1.16) | color: lab(64.48 -8.79 1.16) | |
| LCH | lch(64.48 8.87 172.48) | color: lch(64.48 8.87 172.48) |
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)
#95959C — rgb(149, 149, 156)
Deuteranopia (Green-blind)
#94929C — rgb(148, 146, 156)
Tritanopia (Blue-blind)
#8D9D9D — rgb(141, 157, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 10%, 59%);
text
color: hsl(161, 10%, 59%);
border
border: 2px solid hsl(161, 10%, 59%);
gradient light
background: linear-gradient(to right, hsl(161, 10%, 79%), hsl(161, 10%, 59%));
gradient dark
background: linear-gradient(to right, hsl(161, 10%, 59%), hsl(161, 10%, 39%))
hex
background-color: #8CA19A;
tailwind
bg-[hsl(161,10%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 10%, 59%, 0.4);
css variable
--color-primary: hsl(161, 10%, 59%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 10%, 59%)?
HEX: #8CA19A | RGB: rgb(140, 161, 154) | CMYK: 13%, 0%, 4%, 37% | HSV: 160°, 13%, 63%. Copy any format from the conversion table above.
What colors go well with #8CA19A?
The complementary color is HSL(341, 10%, 59%). For a triadic harmony, use hues 161°, 281°, and 41°. For analogous combinations, try hues 131° and 191°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(161, 10%, 59%) in CSS?
As HSL: color: hsl(161, 10%, 59%); — As HEX: color: #8CA19A; — As RGB: color: rgb(140, 161, 154); — Tailwind CSS: bg-[hsl(161,10%,59%)] — CSS variable: --color-primary: hsl(161, 10%, 59%);