HSL(176, 19%, 44%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(176,19%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 19%, 44%) | color: hsl(176, 19%, 44%) | |
| HEX | #5B8683 | color: #5B8683 | |
| RGB | rgb(91, 134, 131) | color: rgb(91, 134, 131) | |
| CMYK | cmyk(32%, 0%, 2%, 47%) | — | |
| HSV | hsv(176, 32%, 53%) | — | |
| HWB | hwb(176 36% 47%) | color: hwb(176 36% 47%) | |
| OKLCH | oklch(0.5878 0.0476 190.45) | color: oklch(0.5878 0.0476 190.45) | |
| Lab | lab(52.85 -15.43 -3.12) | color: lab(52.85 -15.43 -3.12) | |
| LCH | lch(52.85 15.74 191.43) | color: lch(52.85 15.74 191.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)
#6E6E84 — rgb(110, 110, 132)
Deuteranopia (Green-blind)
#6B6884 — rgb(107, 104, 132)
Tritanopia (Blue-blind)
#5D8484 — rgb(93, 132, 132)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 19%, 44%);
text
color: hsl(176, 19%, 44%);
border
border: 2px solid hsl(176, 19%, 44%);
gradient light
background: linear-gradient(to right, hsl(176, 19%, 64%), hsl(176, 19%, 44%));
gradient dark
background: linear-gradient(to right, hsl(176, 19%, 44%), hsl(176, 19%, 24%))
hex
background-color: #5B8683;
tailwind
bg-[hsl(176,19%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 19%, 44%, 0.4);
css variable
--color-primary: hsl(176, 19%, 44%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 19%, 44%)?
HEX: #5B8683 | RGB: rgb(91, 134, 131) | CMYK: 32%, 0%, 2%, 47% | HSV: 176°, 32%, 53%. Copy any format from the conversion table above.
What colors go well with #5B8683?
The complementary color is HSL(356, 19%, 44%). For a triadic harmony, use hues 176°, 296°, and 56°. For analogous combinations, try hues 146° and 206°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(176, 19%, 44%) in CSS?
As HSL: color: hsl(176, 19%, 44%); — As HEX: color: #5B8683; — As RGB: color: rgb(91, 134, 131); — Tailwind CSS: bg-[hsl(176,19%,44%)] — CSS variable: --color-primary: hsl(176, 19%, 44%);