HSL(152, 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(152,10%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 10%, 59%) | color: hsl(152, 10%, 59%) | |
| HEX | #8CA197 | color: #8CA197 | |
| RGB | rgb(140, 161, 151) | color: rgb(140, 161, 151) | |
| CMYK | cmyk(13%, 0%, 6%, 37%) | — | |
| HSV | hsv(151, 13%, 63%) | — | |
| HWB | hwb(151 55% 37%) | color: hwb(151 55% 37%) | |
| OKLCH | oklch(0.6896 0.0277 165.27) | color: oklch(0.6896 0.0277 165.27) | |
| Lab | lab(64.4 -9.4 2.72) | color: lab(64.4 -9.4 2.72) | |
| LCH | lch(64.4 9.79 163.86) | color: lch(64.4 9.79 163.86) |
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)
#959599 — rgb(149, 149, 153)
Deuteranopia (Green-blind)
#94929A — rgb(148, 146, 154)
Tritanopia (Blue-blind)
#8D9B9C — rgb(141, 155, 156)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 10%, 59%);
text
color: hsl(152, 10%, 59%);
border
border: 2px solid hsl(152, 10%, 59%);
gradient light
background: linear-gradient(to right, hsl(152, 10%, 79%), hsl(152, 10%, 59%));
gradient dark
background: linear-gradient(to right, hsl(152, 10%, 59%), hsl(152, 10%, 39%))
hex
background-color: #8CA197;
tailwind
bg-[hsl(152,10%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 10%, 59%, 0.4);
css variable
--color-primary: hsl(152, 10%, 59%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 10%, 59%)?
HEX: #8CA197 | RGB: rgb(140, 161, 151) | CMYK: 13%, 0%, 6%, 37% | HSV: 151°, 13%, 63%. Copy any format from the conversion table above.
What colors go well with #8CA197?
The complementary color is HSL(332, 10%, 59%). For a triadic harmony, use hues 152°, 272°, and 32°. For analogous combinations, try hues 122° and 182°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(152, 10%, 59%) in CSS?
As HSL: color: hsl(152, 10%, 59%); — As HEX: color: #8CA197; — As RGB: color: rgb(140, 161, 151); — Tailwind CSS: bg-[hsl(152,10%,59%)] — CSS variable: --color-primary: hsl(152, 10%, 59%);