HSL(193, 67%, 62%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(193,67%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(193, 67%, 62%) | color: hsl(193, 67%, 62%) | |
| HEX | #5DC3DF | color: #5DC3DF | |
| RGB | rgb(93, 195, 223) | color: rgb(93, 195, 223) | |
| CMYK | cmyk(58%, 13%, 0%, 13%) | — | |
| HSV | hsv(193, 58%, 87%) | — | |
| HWB | hwb(193 37% 13%) | color: hwb(193 37% 13%) | |
| OKLCH | oklch(0.7671 0.1024 218.44) | color: oklch(0.7671 0.1024 218.44) | |
| Lab | lab(73.99 -21.66 -22.92) | color: lab(73.99 -21.66 -22.92) | |
| LCH | lch(73.99 31.54 226.62) | color: lch(73.99 31.54 226.62) |
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)
#898AD8 — rgb(137, 138, 216)
Deuteranopia (Green-blind)
#837CD7 — rgb(131, 124, 215)
Tritanopia (Blue-blind)
#62D3D2 — rgb(98, 211, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(193, 67%, 62%);
text
color: hsl(193, 67%, 62%);
border
border: 2px solid hsl(193, 67%, 62%);
gradient light
background: linear-gradient(to right, hsl(193, 67%, 82%), hsl(193, 67%, 62%));
gradient dark
background: linear-gradient(to right, hsl(193, 67%, 62%), hsl(193, 67%, 42%))
hex
background-color: #5DC3DF;
tailwind
bg-[hsl(193,67%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(193, 67%, 62%, 0.4);
css variable
--color-primary: hsl(193, 67%, 62%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(193, 67%, 62%)?
HEX: #5DC3DF | RGB: rgb(93, 195, 223) | CMYK: 58%, 13%, 0%, 13% | HSV: 193°, 58%, 87%. Copy any format from the conversion table above.
What colors go well with #5DC3DF?
The complementary color is HSL(13, 67%, 62%). 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, 67%, 62%) in CSS?
As HSL: color: hsl(193, 67%, 62%); — As HEX: color: #5DC3DF; — As RGB: color: rgb(93, 195, 223); — Tailwind CSS: bg-[hsl(193,67%,62%)] — CSS variable: --color-primary: hsl(193, 67%, 62%);