HSL(177, 43%, 41%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,43%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 43%, 41%) | color: hsl(177, 43%, 41%) | |
| HEX | #3C9691 | color: #3C9691 | |
| RGB | rgb(60, 150, 145) | color: rgb(60, 150, 145) | |
| CMYK | cmyk(60%, 0%, 3%, 41%) | — | |
| HSV | hsv(177, 60%, 59%) | — | |
| HWB | hwb(177 24% 41%) | color: hwb(177 24% 41%) | |
| OKLCH | oklch(0.6181 0.0852 190.12) | color: oklch(0.6181 0.0852 190.12) | |
| Lab | lab(56.9 -27.72 -5.37) | color: lab(56.9 -27.72 -5.37) | |
| LCH | lch(56.9 28.24 190.96) | color: lch(56.9 28.24 190.96) |
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)
#636492 — rgb(99, 100, 146)
Deuteranopia (Green-blind)
#5E5793 — rgb(94, 87, 147)
Tritanopia (Blue-blind)
#419393 — rgb(65, 147, 147)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 43%, 41%);
text
color: hsl(177, 43%, 41%);
border
border: 2px solid hsl(177, 43%, 41%);
gradient light
background: linear-gradient(to right, hsl(177, 43%, 61%), hsl(177, 43%, 41%));
gradient dark
background: linear-gradient(to right, hsl(177, 43%, 41%), hsl(177, 43%, 21%))
hex
background-color: #3C9691;
tailwind
bg-[hsl(177,43%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 43%, 41%, 0.4);
css variable
--color-primary: hsl(177, 43%, 41%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 43%, 41%)?
HEX: #3C9691 | RGB: rgb(60, 150, 145) | CMYK: 60%, 0%, 3%, 41% | HSV: 177°, 60%, 59%. Copy any format from the conversion table above.
What colors go well with #3C9691?
The complementary color is HSL(357, 43%, 41%). For a triadic harmony, use hues 177°, 297°, and 57°. For analogous combinations, try hues 147° and 207°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(177, 43%, 41%) in CSS?
As HSL: color: hsl(177, 43%, 41%); — As HEX: color: #3C9691; — As RGB: color: rgb(60, 150, 145); — Tailwind CSS: bg-[hsl(177,43%,41%)] — CSS variable: --color-primary: hsl(177, 43%, 41%);