HSL(188, 63%, 58%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(188,63%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 63%, 58%) | color: hsl(188, 63%, 58%) | |
| HEX | #50C5D7 | color: #50C5D7 | |
| RGB | rgb(80, 197, 215) | color: rgb(80, 197, 215) | |
| CMYK | cmyk(63%, 8%, 0%, 16%) | — | |
| HSV | hsv(188, 63%, 84%) | — | |
| HWB | hwb(188 31% 16%) | color: hwb(188 31% 16%) | |
| OKLCH | oklch(0.7644 0.1066 209.21) | color: oklch(0.7644 0.1066 209.21) | |
| Lab | lab(73.89 -27.28 -18.76) | color: lab(73.89 -27.28 -18.76) | |
| LCH | lch(73.89 33.11 214.52) | color: lch(73.89 33.11 214.52) |
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)
#8384D3 — rgb(131, 132, 211)
Deuteranopia (Green-blind)
#7C73D2 — rgb(124, 115, 210)
Tritanopia (Blue-blind)
#56CFCE — rgb(86, 207, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 63%, 58%);
text
color: hsl(188, 63%, 58%);
border
border: 2px solid hsl(188, 63%, 58%);
gradient light
background: linear-gradient(to right, hsl(188, 63%, 78%), hsl(188, 63%, 58%));
gradient dark
background: linear-gradient(to right, hsl(188, 63%, 58%), hsl(188, 63%, 38%))
hex
background-color: #50C5D7;
tailwind
bg-[hsl(188,63%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 63%, 58%, 0.4);
css variable
--color-primary: hsl(188, 63%, 58%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 63%, 58%)?
HEX: #50C5D7 | RGB: rgb(80, 197, 215) | CMYK: 63%, 8%, 0%, 16% | HSV: 188°, 63%, 84%. Copy any format from the conversion table above.
What colors go well with #50C5D7?
The complementary color is HSL(8, 63%, 58%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(188, 63%, 58%) in CSS?
As HSL: color: hsl(188, 63%, 58%); — As HEX: color: #50C5D7; — As RGB: color: rgb(80, 197, 215); — Tailwind CSS: bg-[hsl(188,63%,58%)] — CSS variable: --color-primary: hsl(188, 63%, 58%);