HSL(175, 45%, 56%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(175,45%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(175, 45%, 56%) | color: hsl(175, 45%, 56%) | |
| HEX | #5CC1B9 | color: #5CC1B9 | |
| RGB | rgb(92, 193, 185) | color: rgb(92, 193, 185) | |
| CMYK | cmyk(52%, 0%, 4%, 24%) | — | |
| HSV | hsv(175, 52%, 76%) | — | |
| HWB | hwb(175 36% 24%) | color: hwb(175 36% 24%) | |
| OKLCH | oklch(0.7485 0.0952 188.42) | color: oklch(0.7485 0.0952 188.42) | |
| Lab | lab(72.17 -31.36 -4.98) | color: lab(72.17 -31.36 -4.98) | |
| LCH | lch(72.17 31.75 189.02) | color: lch(72.17 31.75 189.02) |
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)
#8889BB — rgb(136, 137, 187)
Deuteranopia (Green-blind)
#827ABB — rgb(130, 122, 187)
Tritanopia (Blue-blind)
#61BCBD — rgb(97, 188, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(175, 45%, 56%);
text
color: hsl(175, 45%, 56%);
border
border: 2px solid hsl(175, 45%, 56%);
gradient light
background: linear-gradient(to right, hsl(175, 45%, 76%), hsl(175, 45%, 56%));
gradient dark
background: linear-gradient(to right, hsl(175, 45%, 56%), hsl(175, 45%, 36%))
hex
background-color: #5CC1B9;
tailwind
bg-[hsl(175,45%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(175, 45%, 56%, 0.4);
css variable
--color-primary: hsl(175, 45%, 56%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(175, 45%, 56%)?
HEX: #5CC1B9 | RGB: rgb(92, 193, 185) | CMYK: 52%, 0%, 4%, 24% | HSV: 175°, 52%, 76%. Copy any format from the conversion table above.
What colors go well with #5CC1B9?
The complementary color is HSL(355, 45%, 56%). For a triadic harmony, use hues 175°, 295°, and 55°. For analogous combinations, try hues 145° and 205°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(175, 45%, 56%) in CSS?
As HSL: color: hsl(175, 45%, 56%); — As HEX: color: #5CC1B9; — As RGB: color: rgb(92, 193, 185); — Tailwind CSS: bg-[hsl(175,45%,56%)] — CSS variable: --color-primary: hsl(175, 45%, 56%);