HSL(171, 44%, 41%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(171,44%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 44%, 41%) | color: hsl(171, 44%, 41%) | |
| HEX | #3B9789 | color: #3B9789 | |
| RGB | rgb(59, 151, 137) | color: rgb(59, 151, 137) | |
| CMYK | cmyk(61%, 0%, 9%, 41%) | — | |
| HSV | hsv(171, 61%, 59%) | — | |
| HWB | hwb(171 23% 41%) | color: hwb(171 23% 41%) | |
| OKLCH | oklch(0.6177 0.0893 181.57) | color: oklch(0.6177 0.0893 181.57) | |
| Lab | lab(56.95 -30.61 -0.72) | color: lab(56.95 -30.61 -0.72) | |
| LCH | lch(56.95 30.62 181.35) | color: lch(56.95 30.62 181.35) |
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)
#63648C — rgb(99, 100, 140)
Deuteranopia (Green-blind)
#5E578D — rgb(94, 87, 141)
Tritanopia (Blue-blind)
#408F90 — rgb(64, 143, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 44%, 41%);
text
color: hsl(171, 44%, 41%);
border
border: 2px solid hsl(171, 44%, 41%);
gradient light
background: linear-gradient(to right, hsl(171, 44%, 61%), hsl(171, 44%, 41%));
gradient dark
background: linear-gradient(to right, hsl(171, 44%, 41%), hsl(171, 44%, 21%))
hex
background-color: #3B9789;
tailwind
bg-[hsl(171,44%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 44%, 41%, 0.4);
css variable
--color-primary: hsl(171, 44%, 41%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 44%, 41%)?
HEX: #3B9789 | RGB: rgb(59, 151, 137) | CMYK: 61%, 0%, 9%, 41% | HSV: 171°, 61%, 59%. Copy any format from the conversion table above.
What colors go well with #3B9789?
The complementary color is HSL(351, 44%, 41%). For a triadic harmony, use hues 171°, 291°, and 51°. For analogous combinations, try hues 141° and 201°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(171, 44%, 41%) in CSS?
As HSL: color: hsl(171, 44%, 41%); — As HEX: color: #3B9789; — As RGB: color: rgb(59, 151, 137); — Tailwind CSS: bg-[hsl(171,44%,41%)] — CSS variable: --color-primary: hsl(171, 44%, 41%);