HSL(171, 82%, 47%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(171,82%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 82%, 47%) | color: hsl(171, 82%, 47%) | |
| HEX | #16DABD | color: #16DABD | |
| RGB | rgb(22, 218, 189) | color: rgb(22, 218, 189) | |
| CMYK | cmyk(90%, 0%, 13%, 15%) | — | |
| HSV | hsv(171, 90%, 85%) | — | |
| HWB | hwb(171 9% 15%) | color: hwb(171 9% 15%) | |
| OKLCH | oklch(0.7962 0.1437 178.29) | color: oklch(0.7962 0.1437 178.29) | |
| Lab | lab(78.45 -50.17 1.91) | color: lab(78.45 -50.17 1.91) | |
| LCH | lch(78.45 50.21 177.82) | color: lch(78.45 50.21 177.82) |
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)
#6B6DC4 — rgb(107, 109, 196)
Deuteranopia (Green-blind)
#6051C6 — rgb(96, 81, 198)
Tritanopia (Blue-blind)
#20CACB — rgb(32, 202, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 82%, 47%);
text
color: hsl(171, 82%, 47%);
border
border: 2px solid hsl(171, 82%, 47%);
gradient light
background: linear-gradient(to right, hsl(171, 82%, 67%), hsl(171, 82%, 47%));
gradient dark
background: linear-gradient(to right, hsl(171, 82%, 47%), hsl(171, 82%, 27%))
hex
background-color: #16DABD;
tailwind
bg-[hsl(171,82%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 82%, 47%, 0.4);
css variable
--color-primary: hsl(171, 82%, 47%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 82%, 47%)?
HEX: #16DABD | RGB: rgb(22, 218, 189) | CMYK: 90%, 0%, 13%, 15% | HSV: 171°, 90%, 85%. Copy any format from the conversion table above.
What colors go well with #16DABD?
The complementary color is HSL(351, 82%, 47%). For a triadic harmony, use hues 171°, 291°, and 51°. For analogous combinations, try hues 141° and 201°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(171, 82%, 47%) in CSS?
As HSL: color: hsl(171, 82%, 47%); — As HEX: color: #16DABD; — As RGB: color: rgb(22, 218, 189); — Tailwind CSS: bg-[hsl(171,82%,47%)] — CSS variable: --color-primary: hsl(171, 82%, 47%);