HSL(163, 88%, 51%)
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,88%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(163, 88%, 51%) | color: hsl(163, 88%, 51%) | |
| HEX | #14F0B2 | color: #14F0B2 | |
| RGB | rgb(20, 240, 178) | color: rgb(20, 240, 178) | |
| CMYK | cmyk(92%, 0%, 26%, 6%) | — | |
| HSV | hsv(163, 92%, 94%) | — | |
| HWB | hwb(163 8% 6%) | color: hwb(163 8% 6%) | |
| OKLCH | oklch(0.8478 0.1743 165.76) | color: oklch(0.8478 0.1743 165.76) | |
| Lab | lab(84.83 -61.56 16.81) | color: lab(84.83 -61.56 16.81) | |
| LCH | lch(84.83 63.81 164.73) | color: lch(84.83 63.81 164.73) |
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)
#7375C1 — rgb(115, 117, 193)
Deuteranopia (Green-blind)
#6756C5 — rgb(103, 86, 197)
Tritanopia (Blue-blind)
#1FCDCF — rgb(31, 205, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(163, 88%, 51%);
text
color: hsl(163, 88%, 51%);
border
border: 2px solid hsl(163, 88%, 51%);
gradient light
background: linear-gradient(to right, hsl(163, 88%, 71%), hsl(163, 88%, 51%));
gradient dark
background: linear-gradient(to right, hsl(163, 88%, 51%), hsl(163, 88%, 31%))
hex
background-color: #14F0B2;
tailwind
bg-[hsl(163,88%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(163, 88%, 51%, 0.4);
css variable
--color-primary: hsl(163, 88%, 51%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(163, 88%, 51%)?
HEX: #14F0B2 | RGB: rgb(20, 240, 178) | CMYK: 92%, 0%, 26%, 6% | HSV: 163°, 92%, 94%. Copy any format from the conversion table above.
What colors go well with #14F0B2?
The complementary color is HSL(343, 88%, 51%). 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, 88%, 51%) in CSS?
As HSL: color: hsl(163, 88%, 51%); — As HEX: color: #14F0B2; — As RGB: color: rgb(20, 240, 178); — Tailwind CSS: bg-[hsl(163,88%,51%)] — CSS variable: --color-primary: hsl(163, 88%, 51%);