HSL(186, 82%, 55%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(186,82%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(186, 82%, 55%) | color: hsl(186, 82%, 55%) | |
| HEX | #2ED8EA | color: #2ED8EA | |
| RGB | rgb(46, 216, 234) | color: rgb(46, 216, 234) | |
| CMYK | cmyk(80%, 8%, 0%, 8%) | — | |
| HSV | hsv(186, 80%, 92%) | — | |
| HWB | hwb(186 18% 8%) | color: hwb(186 18% 8%) | |
| OKLCH | oklch(0.809 0.1308 206.14) | color: oklch(0.809 0.1308 206.14) | |
| Lab | lab(79.4 -34.88 -20.69) | color: lab(79.4 -34.88 -20.69) | |
| LCH | lch(79.4 40.55 210.68) | color: lch(79.4 40.55 210.68) |
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)
#7879E6 — rgb(120, 121, 230)
Deuteranopia (Green-blind)
#6E61E5 — rgb(110, 97, 229)
Tritanopia (Blue-blind)
#37E2E1 — rgb(55, 226, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(186, 82%, 55%);
text
color: hsl(186, 82%, 55%);
border
border: 2px solid hsl(186, 82%, 55%);
gradient light
background: linear-gradient(to right, hsl(186, 82%, 75%), hsl(186, 82%, 55%));
gradient dark
background: linear-gradient(to right, hsl(186, 82%, 55%), hsl(186, 82%, 35%))
hex
background-color: #2ED8EA;
tailwind
bg-[hsl(186,82%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(186, 82%, 55%, 0.4);
css variable
--color-primary: hsl(186, 82%, 55%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(186, 82%, 55%)?
HEX: #2ED8EA | RGB: rgb(46, 216, 234) | CMYK: 80%, 8%, 0%, 8% | HSV: 186°, 80%, 92%. Copy any format from the conversion table above.
What colors go well with #2ED8EA?
The complementary color is HSL(6, 82%, 55%). 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, 82%, 55%) in CSS?
As HSL: color: hsl(186, 82%, 55%); — As HEX: color: #2ED8EA; — As RGB: color: rgb(46, 216, 234); — Tailwind CSS: bg-[hsl(186,82%,55%)] — CSS variable: --color-primary: hsl(186, 82%, 55%);