HSL(193, 65%, 59%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(193,65%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(193, 65%, 59%) | color: hsl(193, 65%, 59%) | |
| HEX | #52BDDA | color: #52BDDA | |
| RGB | rgb(82, 189, 218) | color: rgb(82, 189, 218) | |
| CMYK | cmyk(62%, 13%, 0%, 15%) | — | |
| HSV | hsv(193, 62%, 85%) | — | |
| HWB | hwb(193 32% 15%) | color: hwb(193 32% 15%) | |
| OKLCH | oklch(0.7474 0.1056 218.62) | color: oklch(0.7474 0.1056 218.62) | |
| Lab | lab(71.72 -22.04 -23.68) | color: lab(71.72 -22.04 -23.68) | |
| LCH | lch(71.72 32.35 227.05) | color: lch(71.72 32.35 227.05) |
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)
#8081D3 — rgb(128, 129, 211)
Deuteranopia (Green-blind)
#7A72D1 — rgb(122, 114, 209)
Tritanopia (Blue-blind)
#57CDCC — rgb(87, 205, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(193, 65%, 59%);
text
color: hsl(193, 65%, 59%);
border
border: 2px solid hsl(193, 65%, 59%);
gradient light
background: linear-gradient(to right, hsl(193, 65%, 79%), hsl(193, 65%, 59%));
gradient dark
background: linear-gradient(to right, hsl(193, 65%, 59%), hsl(193, 65%, 39%))
hex
background-color: #52BDDA;
tailwind
bg-[hsl(193,65%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(193, 65%, 59%, 0.4);
css variable
--color-primary: hsl(193, 65%, 59%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(193, 65%, 59%)?
HEX: #52BDDA | RGB: rgb(82, 189, 218) | CMYK: 62%, 13%, 0%, 15% | HSV: 193°, 62%, 85%. Copy any format from the conversion table above.
What colors go well with #52BDDA?
The complementary color is HSL(13, 65%, 59%). For a triadic harmony, use hues 193°, 313°, and 73°. For analogous combinations, try hues 163° and 223°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(193, 65%, 59%) in CSS?
As HSL: color: hsl(193, 65%, 59%); — As HEX: color: #52BDDA; — As RGB: color: rgb(82, 189, 218); — Tailwind CSS: bg-[hsl(193,65%,59%)] — CSS variable: --color-primary: hsl(193, 65%, 59%);