HSL(193, 80%, 66%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(193,80%,66%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(193, 80%, 66%) | color: hsl(193, 80%, 66%) | |
| HEX | #63D0EE | color: #63D0EE | |
| RGB | rgb(99, 208, 238) | color: rgb(99, 208, 238) | |
| CMYK | cmyk(58%, 13%, 0%, 7%) | — | |
| HSV | hsv(193, 58%, 93%) | — | |
| HWB | hwb(193 39% 7%) | color: hwb(193 39% 7%) | |
| OKLCH | oklch(0.8049 0.1079 218.53) | color: oklch(0.8049 0.1079 218.53) | |
| Lab | lab(78.42 -22.78 -24.21) | color: lab(78.42 -22.78 -24.21) | |
| LCH | lch(78.42 33.24 226.74) | color: lch(78.42 33.24 226.74) |
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)
#9293E7 — rgb(146, 147, 231)
Deuteranopia (Green-blind)
#8C84E5 — rgb(140, 132, 229)
Tritanopia (Blue-blind)
#68E1E0 — rgb(104, 225, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(193, 80%, 66%);
text
color: hsl(193, 80%, 66%);
border
border: 2px solid hsl(193, 80%, 66%);
gradient light
background: linear-gradient(to right, hsl(193, 80%, 86%), hsl(193, 80%, 66%));
gradient dark
background: linear-gradient(to right, hsl(193, 80%, 66%), hsl(193, 80%, 46%))
hex
background-color: #63D0EE;
tailwind
bg-[hsl(193,80%,66%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(193, 80%, 66%, 0.4);
css variable
--color-primary: hsl(193, 80%, 66%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(193, 80%, 66%)?
HEX: #63D0EE | RGB: rgb(99, 208, 238) | CMYK: 58%, 13%, 0%, 7% | HSV: 193°, 58%, 93%. Copy any format from the conversion table above.
What colors go well with #63D0EE?
The complementary color is HSL(13, 80%, 66%). 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, 80%, 66%) in CSS?
As HSL: color: hsl(193, 80%, 66%); — As HEX: color: #63D0EE; — As RGB: color: rgb(99, 208, 238); — Tailwind CSS: bg-[hsl(193,80%,66%)] — CSS variable: --color-primary: hsl(193, 80%, 66%);