HSL(180, 80%, 65%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(180,80%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(180, 80%, 65%) | color: hsl(180, 80%, 65%) | |
| HEX | #5EEDED | color: #5EEDED | |
| RGB | rgb(94, 237, 237) | color: rgb(94, 237, 237) | |
| CMYK | cmyk(60%, 0%, 0%, 7%) | — | |
| HSV | hsv(180, 60%, 93%) | — | |
| HWB | hwb(180 37% 7%) | color: hwb(180 37% 7%) | |
| OKLCH | oklch(0.8697 0.1217 195.15) | color: oklch(0.8697 0.1217 195.15) | |
| Lab | lab(86.53 -37.84 -11.46) | color: lab(86.53 -37.84 -11.46) | |
| LCH | lch(86.53 39.54 196.85) | color: lch(86.53 39.54 196.85) |
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)
#9C9DED — rgb(156, 157, 237)
Deuteranopia (Green-blind)
#9489ED — rgb(148, 137, 237)
Tritanopia (Blue-blind)
#65EDED — rgb(101, 237, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(180, 80%, 65%);
text
color: hsl(180, 80%, 65%);
border
border: 2px solid hsl(180, 80%, 65%);
gradient light
background: linear-gradient(to right, hsl(180, 80%, 85%), hsl(180, 80%, 65%));
gradient dark
background: linear-gradient(to right, hsl(180, 80%, 65%), hsl(180, 80%, 45%))
hex
background-color: #5EEDED;
tailwind
bg-[hsl(180,80%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(180, 80%, 65%, 0.4);
css variable
--color-primary: hsl(180, 80%, 65%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(180, 80%, 65%)?
HEX: #5EEDED | RGB: rgb(94, 237, 237) | CMYK: 60%, 0%, 0%, 7% | HSV: 180°, 60%, 93%. Copy any format from the conversion table above.
What colors go well with #5EEDED?
The complementary color is HSL(0, 80%, 65%). For a triadic harmony, use hues 180°, 300°, and 60°. For analogous combinations, try hues 150° and 210°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(180, 80%, 65%) in CSS?
As HSL: color: hsl(180, 80%, 65%); — As HEX: color: #5EEDED; — As RGB: color: rgb(94, 237, 237); — Tailwind CSS: bg-[hsl(180,80%,65%)] — CSS variable: --color-primary: hsl(180, 80%, 65%);