HSL(176, 41%, 56%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(176,41%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 41%, 56%) | color: hsl(176, 41%, 56%) | |
| HEX | #61BDB7 | color: #61BDB7 | |
| RGB | rgb(97, 189, 183) | color: rgb(97, 189, 183) | |
| CMYK | cmyk(49%, 0%, 3%, 26%) | — | |
| HSV | hsv(176, 49%, 74%) | — | |
| HWB | hwb(176 38% 26%) | color: hwb(176 38% 26%) | |
| OKLCH | oklch(0.7402 0.0885 189.83) | color: oklch(0.7402 0.0885 189.83) | |
| Lab | lab(71.11 -28.85 -5.43) | color: lab(71.11 -28.85 -5.43) | |
| LCH | lch(71.11 29.36 190.66) | color: lch(71.11 29.36 190.66) |
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)
#898AB8 — rgb(137, 138, 184)
Deuteranopia (Green-blind)
#847DB9 — rgb(132, 125, 185)
Tritanopia (Blue-blind)
#66BABA — rgb(102, 186, 186)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 41%, 56%);
text
color: hsl(176, 41%, 56%);
border
border: 2px solid hsl(176, 41%, 56%);
gradient light
background: linear-gradient(to right, hsl(176, 41%, 76%), hsl(176, 41%, 56%));
gradient dark
background: linear-gradient(to right, hsl(176, 41%, 56%), hsl(176, 41%, 36%))
hex
background-color: #61BDB7;
tailwind
bg-[hsl(176,41%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 41%, 56%, 0.4);
css variable
--color-primary: hsl(176, 41%, 56%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 41%, 56%)?
HEX: #61BDB7 | RGB: rgb(97, 189, 183) | CMYK: 49%, 0%, 3%, 26% | HSV: 176°, 49%, 74%. Copy any format from the conversion table above.
What colors go well with #61BDB7?
The complementary color is HSL(356, 41%, 56%). 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, 41%, 56%) in CSS?
As HSL: color: hsl(176, 41%, 56%); — As HEX: color: #61BDB7; — As RGB: color: rgb(97, 189, 183); — Tailwind CSS: bg-[hsl(176,41%,56%)] — CSS variable: --color-primary: hsl(176, 41%, 56%);