HSL(189, 72%, 63%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(189,72%,63%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(189, 72%, 63%) | color: hsl(189, 72%, 63%) | |
| HEX | #5DD0E5 | color: #5DD0E5 | |
| RGB | rgb(93, 208, 229) | color: rgb(93, 208, 229) | |
| CMYK | cmyk(59%, 9%, 0%, 10%) | — | |
| HSV | hsv(189, 59%, 90%) | — | |
| HWB | hwb(189 37% 10%) | color: hwb(189 37% 10%) | |
| OKLCH | oklch(0.7994 0.1072 211.4) | color: oklch(0.7994 0.1072 211.4) | |
| Lab | lab(77.93 -26.44 -20.16) | color: lab(77.93 -26.44 -20.16) | |
| LCH | lch(77.93 33.25 217.32) | color: lch(77.93 33.25 217.32) |
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)
#8F90E0 — rgb(143, 144, 224)
Deuteranopia (Green-blind)
#8880DF — rgb(136, 128, 223)
Tritanopia (Blue-blind)
#63DCDB — rgb(99, 220, 219)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(189, 72%, 63%);
text
color: hsl(189, 72%, 63%);
border
border: 2px solid hsl(189, 72%, 63%);
gradient light
background: linear-gradient(to right, hsl(189, 72%, 83%), hsl(189, 72%, 63%));
gradient dark
background: linear-gradient(to right, hsl(189, 72%, 63%), hsl(189, 72%, 43%))
hex
background-color: #5DD0E5;
tailwind
bg-[hsl(189,72%,63%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(189, 72%, 63%, 0.4);
css variable
--color-primary: hsl(189, 72%, 63%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(189, 72%, 63%)?
HEX: #5DD0E5 | RGB: rgb(93, 208, 229) | CMYK: 59%, 9%, 0%, 10% | HSV: 189°, 59%, 90%. Copy any format from the conversion table above.
What colors go well with #5DD0E5?
The complementary color is HSL(9, 72%, 63%). For a triadic harmony, use hues 189°, 309°, and 69°. For analogous combinations, try hues 159° and 219°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(189, 72%, 63%) in CSS?
As HSL: color: hsl(189, 72%, 63%); — As HEX: color: #5DD0E5; — As RGB: color: rgb(93, 208, 229); — Tailwind CSS: bg-[hsl(189,72%,63%)] — CSS variable: --color-primary: hsl(189, 72%, 63%);