HSL(176, 83%, 56%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(176,83%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 83%, 56%) | color: hsl(176, 83%, 56%) | |
| HEX | #32ECE0 | color: #32ECE0 | |
| RGB | rgb(50, 236, 224) | color: rgb(50, 236, 224) | |
| CMYK | cmyk(79%, 0%, 5%, 7%) | — | |
| HSV | hsv(176, 79%, 93%) | — | |
| HWB | hwb(176 20% 7%) | color: hwb(176 20% 7%) | |
| OKLCH | oklch(0.8538 0.1404 188.05) | color: oklch(0.8538 0.1404 188.05) | |
| Lab | lab(85.02 -46.43 -6.97) | color: lab(85.02 -46.43 -6.97) | |
| LCH | lch(85.02 46.95 188.54) | color: lch(85.02 46.95 188.54) |
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)
#8384E3 — rgb(131, 132, 227)
Deuteranopia (Green-blind)
#786AE4 — rgb(120, 106, 228)
Tritanopia (Blue-blind)
#3BE5E6 — rgb(59, 229, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 83%, 56%);
text
color: hsl(176, 83%, 56%);
border
border: 2px solid hsl(176, 83%, 56%);
gradient light
background: linear-gradient(to right, hsl(176, 83%, 76%), hsl(176, 83%, 56%));
gradient dark
background: linear-gradient(to right, hsl(176, 83%, 56%), hsl(176, 83%, 36%))
hex
background-color: #32ECE0;
tailwind
bg-[hsl(176,83%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 83%, 56%, 0.4);
css variable
--color-primary: hsl(176, 83%, 56%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 83%, 56%)?
HEX: #32ECE0 | RGB: rgb(50, 236, 224) | CMYK: 79%, 0%, 5%, 7% | HSV: 176°, 79%, 93%. Copy any format from the conversion table above.
What colors go well with #32ECE0?
The complementary color is HSL(356, 83%, 56%). For a triadic harmony, use hues 176°, 296°, and 56°. For analogous combinations, try hues 146° and 206°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(176, 83%, 56%) in CSS?
As HSL: color: hsl(176, 83%, 56%); — As HEX: color: #32ECE0; — As RGB: color: rgb(50, 236, 224); — Tailwind CSS: bg-[hsl(176,83%,56%)] — CSS variable: --color-primary: hsl(176, 83%, 56%);