HSL(176, 83%, 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(176,83%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 83%, 55%) | color: hsl(176, 83%, 55%) | |
| HEX | #2DEBDF | color: #2DEBDF | |
| RGB | rgb(45, 235, 223) | color: rgb(45, 235, 223) | |
| CMYK | cmyk(81%, 0%, 5%, 8%) | — | |
| HSV | hsv(176, 81%, 92%) | — | |
| HWB | hwb(176 17% 8%) | color: hwb(176 17% 8%) | |
| OKLCH | oklch(0.8504 0.1412 188.06) | color: oklch(0.8504 0.1412 188.06) | |
| Lab | lab(84.64 -46.69 -7.02) | color: lab(84.64 -46.69 -7.02) | |
| LCH | lch(84.64 47.21 188.55) | color: lch(84.64 47.21 188.55) |
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)
#7F81E2 — rgb(127, 129, 226)
Deuteranopia (Green-blind)
#7466E3 — rgb(116, 102, 227)
Tritanopia (Blue-blind)
#37E4E5 — rgb(55, 228, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 83%, 55%);
text
color: hsl(176, 83%, 55%);
border
border: 2px solid hsl(176, 83%, 55%);
gradient light
background: linear-gradient(to right, hsl(176, 83%, 75%), hsl(176, 83%, 55%));
gradient dark
background: linear-gradient(to right, hsl(176, 83%, 55%), hsl(176, 83%, 35%))
hex
background-color: #2DEBDF;
tailwind
bg-[hsl(176,83%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 83%, 55%, 0.4);
css variable
--color-primary: hsl(176, 83%, 55%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 83%, 55%)?
HEX: #2DEBDF | RGB: rgb(45, 235, 223) | CMYK: 81%, 0%, 5%, 8% | HSV: 176°, 81%, 92%. Copy any format from the conversion table above.
What colors go well with #2DEBDF?
The complementary color is HSL(356, 83%, 55%). 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%, 55%) in CSS?
As HSL: color: hsl(176, 83%, 55%); — As HEX: color: #2DEBDF; — As RGB: color: rgb(45, 235, 223); — Tailwind CSS: bg-[hsl(176,83%,55%)] — CSS variable: --color-primary: hsl(176, 83%, 55%);