HSL(156, 10%, 56%)
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(156,10%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(156, 10%, 56%) | color: hsl(156, 10%, 56%) | |
| HEX | #849A91 | color: #849A91 | |
| RGB | rgb(132, 154, 145) | color: rgb(132, 154, 145) | |
| CMYK | cmyk(14%, 0%, 6%, 40%) | — | |
| HSV | hsv(155, 14%, 60%) | — | |
| HWB | hwb(155 52% 40%) | color: hwb(155 52% 40%) | |
| OKLCH | oklch(0.6663 0.0282 168.84) | color: oklch(0.6663 0.0282 168.84) | |
| Lab | lab(61.71 -9.62 2.11) | color: lab(61.71 -9.62 2.11) | |
| LCH | lch(61.71 9.85 167.63) | color: lch(61.71 9.85 167.63) |
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)
#8E8E93 — rgb(142, 142, 147)
Deuteranopia (Green-blind)
#8C8B94 — rgb(140, 139, 148)
Tritanopia (Blue-blind)
#859595 — rgb(133, 149, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(156, 10%, 56%);
text
color: hsl(156, 10%, 56%);
border
border: 2px solid hsl(156, 10%, 56%);
gradient light
background: linear-gradient(to right, hsl(156, 10%, 76%), hsl(156, 10%, 56%));
gradient dark
background: linear-gradient(to right, hsl(156, 10%, 56%), hsl(156, 10%, 36%))
hex
background-color: #849A91;
tailwind
bg-[hsl(156,10%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(156, 10%, 56%, 0.4);
css variable
--color-primary: hsl(156, 10%, 56%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(156, 10%, 56%)?
HEX: #849A91 | RGB: rgb(132, 154, 145) | CMYK: 14%, 0%, 6%, 40% | HSV: 155°, 14%, 60%. Copy any format from the conversion table above.
What colors go well with #849A91?
The complementary color is HSL(336, 10%, 56%). For a triadic harmony, use hues 156°, 276°, and 36°. For analogous combinations, try hues 126° and 186°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(156, 10%, 56%) in CSS?
As HSL: color: hsl(156, 10%, 56%); — As HEX: color: #849A91; — As RGB: color: rgb(132, 154, 145); — Tailwind CSS: bg-[hsl(156,10%,56%)] — CSS variable: --color-primary: hsl(156, 10%, 56%);