HSL(163, 91%, 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(163,91%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(163, 91%, 56%) | color: hsl(163, 91%, 56%) | |
| HEX | #29F5BB | color: #29F5BB | |
| RGB | rgb(41, 245, 187) | color: rgb(41, 245, 187) | |
| CMYK | cmyk(83%, 0%, 24%, 4%) | — | |
| HSV | hsv(163, 83%, 96%) | — | |
| HWB | hwb(163 16% 4%) | color: hwb(163 16% 4%) | |
| OKLCH | oklch(0.8641 0.1703 167.2) | color: oklch(0.8641 0.1703 167.2) | |
| Lab | lab(86.68 -60.15 14.77) | color: lab(86.68 -60.15 14.77) | |
| LCH | lch(86.68 61.94 166.2) | color: lch(86.68 61.94 166.2) |
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)
#8183C9 — rgb(129, 131, 201)
Deuteranopia (Green-blind)
#7666CC — rgb(118, 102, 204)
Tritanopia (Blue-blind)
#33D4D7 — rgb(51, 212, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(163, 91%, 56%);
text
color: hsl(163, 91%, 56%);
border
border: 2px solid hsl(163, 91%, 56%);
gradient light
background: linear-gradient(to right, hsl(163, 91%, 76%), hsl(163, 91%, 56%));
gradient dark
background: linear-gradient(to right, hsl(163, 91%, 56%), hsl(163, 91%, 36%))
hex
background-color: #29F5BB;
tailwind
bg-[hsl(163,91%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(163, 91%, 56%, 0.4);
css variable
--color-primary: hsl(163, 91%, 56%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(163, 91%, 56%)?
HEX: #29F5BB | RGB: rgb(41, 245, 187) | CMYK: 83%, 0%, 24%, 4% | HSV: 163°, 83%, 96%. Copy any format from the conversion table above.
What colors go well with #29F5BB?
The complementary color is HSL(343, 91%, 56%). For a triadic harmony, use hues 163°, 283°, and 43°. For analogous combinations, try hues 133° and 193°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(163, 91%, 56%) in CSS?
As HSL: color: hsl(163, 91%, 56%); — As HEX: color: #29F5BB; — As RGB: color: rgb(41, 245, 187); — Tailwind CSS: bg-[hsl(163,91%,56%)] — CSS variable: --color-primary: hsl(163, 91%, 56%);