HSL(163, 93%, 42%)
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,93%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(163, 93%, 42%) | color: hsl(163, 93%, 42%) | |
| HEX | #07CF96 | color: #07CF96 | |
| RGB | rgb(7, 207, 150) | color: rgb(7, 207, 150) | |
| CMYK | cmyk(97%, 0%, 28%, 19%) | — | |
| HSV | hsv(163, 97%, 81%) | — | |
| HWB | hwb(163 2% 19%) | color: hwb(163 2% 19%) | |
| OKLCH | oklch(0.7573 0.1591 164.67) | color: oklch(0.7573 0.1591 164.67) | |
| Lab | lab(74.11 -56.08 16.52) | color: lab(74.11 -56.08 16.52) | |
| LCH | lch(74.11 58.46 163.59) | color: lch(74.11 58.46 163.59) |
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)
#5E5FA4 — rgb(94, 95, 164)
Deuteranopia (Green-blind)
#5243A7 — rgb(82, 67, 167)
Tritanopia (Blue-blind)
#11AFB1 — rgb(17, 175, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(163, 93%, 42%);
text
color: hsl(163, 93%, 42%);
border
border: 2px solid hsl(163, 93%, 42%);
gradient light
background: linear-gradient(to right, hsl(163, 93%, 62%), hsl(163, 93%, 42%));
gradient dark
background: linear-gradient(to right, hsl(163, 93%, 42%), hsl(163, 93%, 22%))
hex
background-color: #07CF96;
tailwind
bg-[hsl(163,93%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(163, 93%, 42%, 0.4);
css variable
--color-primary: hsl(163, 93%, 42%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(163, 93%, 42%)?
HEX: #07CF96 | RGB: rgb(7, 207, 150) | CMYK: 97%, 0%, 28%, 19% | HSV: 163°, 97%, 81%. Copy any format from the conversion table above.
What colors go well with #07CF96?
The complementary color is HSL(343, 93%, 42%). 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, 93%, 42%) in CSS?
As HSL: color: hsl(163, 93%, 42%); — As HEX: color: #07CF96; — As RGB: color: rgb(7, 207, 150); — Tailwind CSS: bg-[hsl(163,93%,42%)] — CSS variable: --color-primary: hsl(163, 93%, 42%);