HSL(183, 50%, 59%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(183,50%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(183, 50%, 59%) | color: hsl(183, 50%, 59%) | |
| HEX | #62C5CB | color: #62C5CB | |
| RGB | rgb(98, 197, 203) | color: rgb(98, 197, 203) | |
| CMYK | cmyk(52%, 3%, 0%, 20%) | — | |
| HSV | hsv(183, 52%, 80%) | — | |
| HWB | hwb(183 38% 20%) | color: hwb(183 38% 20%) | |
| OKLCH | oklch(0.7663 0.0931 200.68) | color: oklch(0.7663 0.0931 200.68) | |
| Lab | lab(74.09 -27.28 -11.9) | color: lab(74.09 -27.28 -11.9) | |
| LCH | lch(74.09 29.76 203.57) | color: lch(74.09 29.76 203.57) |
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)
#8D8ECA — rgb(141, 142, 202)
Deuteranopia (Green-blind)
#8780C9 — rgb(135, 128, 201)
Tritanopia (Blue-blind)
#67C8C8 — rgb(103, 200, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(183, 50%, 59%);
text
color: hsl(183, 50%, 59%);
border
border: 2px solid hsl(183, 50%, 59%);
gradient light
background: linear-gradient(to right, hsl(183, 50%, 79%), hsl(183, 50%, 59%));
gradient dark
background: linear-gradient(to right, hsl(183, 50%, 59%), hsl(183, 50%, 39%))
hex
background-color: #62C5CB;
tailwind
bg-[hsl(183,50%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(183, 50%, 59%, 0.4);
css variable
--color-primary: hsl(183, 50%, 59%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(183, 50%, 59%)?
HEX: #62C5CB | RGB: rgb(98, 197, 203) | CMYK: 52%, 3%, 0%, 20% | HSV: 183°, 52%, 80%. Copy any format from the conversion table above.
What colors go well with #62C5CB?
The complementary color is HSL(3, 50%, 59%). For a triadic harmony, use hues 183°, 303°, and 63°. For analogous combinations, try hues 153° and 213°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(183, 50%, 59%) in CSS?
As HSL: color: hsl(183, 50%, 59%); — As HEX: color: #62C5CB; — As RGB: color: rgb(98, 197, 203); — Tailwind CSS: bg-[hsl(183,50%,59%)] — CSS variable: --color-primary: hsl(183, 50%, 59%);