HSL(171, 99%, 54%)
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,99%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 99%, 54%) | color: hsl(171, 99%, 54%) | |
| HEX | #16FEDB | color: #16FEDB | |
| RGB | rgb(22, 254, 219) | color: rgb(22, 254, 219) | |
| CMYK | cmyk(91%, 0%, 14%, 0%) | — | |
| HSV | hsv(171, 91%, 100%) | — | |
| HWB | hwb(171 9% 0%) | color: hwb(171 9% 0%) | |
| OKLCH | oklch(0.8928 0.1627 177.68) | color: oklch(0.8928 0.1627 177.68) | |
| Lab | lab(89.93 -56.92 2.82) | color: lab(89.93 -56.92 2.82) | |
| LCH | lch(89.93 56.99 177.16) | color: lch(89.93 56.99 177.16) |
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)
#7A7DE3 — rgb(122, 125, 227)
Deuteranopia (Green-blind)
#6D5CE6 — rgb(109, 92, 230)
Tritanopia (Blue-blind)
#22EAEC — rgb(34, 234, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 99%, 54%);
text
color: hsl(171, 99%, 54%);
border
border: 2px solid hsl(171, 99%, 54%);
gradient light
background: linear-gradient(to right, hsl(171, 99%, 74%), hsl(171, 99%, 54%));
gradient dark
background: linear-gradient(to right, hsl(171, 99%, 54%), hsl(171, 99%, 34%))
hex
background-color: #16FEDB;
tailwind
bg-[hsl(171,99%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 99%, 54%, 0.4);
css variable
--color-primary: hsl(171, 99%, 54%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 99%, 54%)?
HEX: #16FEDB | RGB: rgb(22, 254, 219) | CMYK: 91%, 0%, 14%, 0% | HSV: 171°, 91%, 100%. Copy any format from the conversion table above.
What colors go well with #16FEDB?
The complementary color is HSL(351, 99%, 54%). 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, 99%, 54%) in CSS?
As HSL: color: hsl(171, 99%, 54%); — As HEX: color: #16FEDB; — As RGB: color: rgb(22, 254, 219); — Tailwind CSS: bg-[hsl(171,99%,54%)] — CSS variable: --color-primary: hsl(171, 99%, 54%);