HSL(186, 84%, 73%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(186,84%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(186, 84%, 73%) | color: hsl(186, 84%, 73%) | |
| HEX | #80E8F4 | color: #80E8F4 | |
| RGB | rgb(128, 232, 244) | color: rgb(128, 232, 244) | |
| CMYK | cmyk(48%, 5%, 0%, 4%) | — | |
| HSV | hsv(186, 48%, 96%) | — | |
| HWB | hwb(186 50% 4%) | color: hwb(186 50% 4%) | |
| OKLCH | oklch(0.8725 0.0982 205.26) | color: oklch(0.8725 0.0982 205.26) | |
| Lab | lab(86.42 -27.14 -15.2) | color: lab(86.42 -27.14 -15.2) | |
| LCH | lch(86.42 31.11 209.25) | color: lch(86.42 31.11 209.25) |
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)
#ADAEF1 — rgb(173, 174, 241)
Deuteranopia (Green-blind)
#A79FF0 — rgb(167, 159, 240)
Tritanopia (Blue-blind)
#85EFEE — rgb(133, 239, 238)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(186, 84%, 73%);
text
color: hsl(186, 84%, 73%);
border
border: 2px solid hsl(186, 84%, 73%);
gradient light
background: linear-gradient(to right, hsl(186, 84%, 93%), hsl(186, 84%, 73%));
gradient dark
background: linear-gradient(to right, hsl(186, 84%, 73%), hsl(186, 84%, 53%))
hex
background-color: #80E8F4;
tailwind
bg-[hsl(186,84%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(186, 84%, 73%, 0.4);
css variable
--color-primary: hsl(186, 84%, 73%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(186, 84%, 73%)?
HEX: #80E8F4 | RGB: rgb(128, 232, 244) | CMYK: 48%, 5%, 0%, 4% | HSV: 186°, 48%, 96%. Copy any format from the conversion table above.
What colors go well with #80E8F4?
The complementary color is HSL(6, 84%, 73%). For a triadic harmony, use hues 186°, 306°, and 66°. For analogous combinations, try hues 156° and 216°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(186, 84%, 73%) in CSS?
As HSL: color: hsl(186, 84%, 73%); — As HEX: color: #80E8F4; — As RGB: color: rgb(128, 232, 244); — Tailwind CSS: bg-[hsl(186,84%,73%)] — CSS variable: --color-primary: hsl(186, 84%, 73%);