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