HSL(172, 96%, 58%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(172,96%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(172, 96%, 58%) | color: hsl(172, 96%, 58%) | |
| HEX | #2DFBDF | color: #2DFBDF | |
| RGB | rgb(45, 251, 223) | color: rgb(45, 251, 223) | |
| CMYK | cmyk(82%, 0%, 11%, 2%) | — | |
| HSV | hsv(172, 82%, 98%) | — | |
| HWB | hwb(172 18% 2%) | color: hwb(172 18% 2%) | |
| OKLCH | oklch(0.8887 0.1544 180.44) | color: oklch(0.8887 0.1544 180.44) | |
| Lab | lab(89.33 -53.4 -0.11) | color: lab(89.33 -53.4 -0.11) | |
| LCH | lch(89.33 53.4 180.12) | color: lch(89.33 53.4 180.12) |
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)
#8688E6 — rgb(134, 136, 230)
Deuteranopia (Green-blind)
#7A6BE7 — rgb(122, 107, 231)
Tritanopia (Blue-blind)
#37EBEC — rgb(55, 235, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(172, 96%, 58%);
text
color: hsl(172, 96%, 58%);
border
border: 2px solid hsl(172, 96%, 58%);
gradient light
background: linear-gradient(to right, hsl(172, 96%, 78%), hsl(172, 96%, 58%));
gradient dark
background: linear-gradient(to right, hsl(172, 96%, 58%), hsl(172, 96%, 38%))
hex
background-color: #2DFBDF;
tailwind
bg-[hsl(172,96%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(172, 96%, 58%, 0.4);
css variable
--color-primary: hsl(172, 96%, 58%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(172, 96%, 58%)?
HEX: #2DFBDF | RGB: rgb(45, 251, 223) | CMYK: 82%, 0%, 11%, 2% | HSV: 172°, 82%, 98%. Copy any format from the conversion table above.
What colors go well with #2DFBDF?
The complementary color is HSL(352, 96%, 58%). For a triadic harmony, use hues 172°, 292°, and 52°. For analogous combinations, try hues 142° and 202°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(172, 96%, 58%) in CSS?
As HSL: color: hsl(172, 96%, 58%); — As HEX: color: #2DFBDF; — As RGB: color: rgb(45, 251, 223); — Tailwind CSS: bg-[hsl(172,96%,58%)] — CSS variable: --color-primary: hsl(172, 96%, 58%);