HSL(161, 92%, 57%)
Vivid Cyan — Cyan color
Adjust Color
Color Information
Color Name
Vivid Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(161,92%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(161, 92%, 57%) | color: hsl(161, 92%, 57%) | |
| HEX | #2CF6B6 | color: #2CF6B6 | |
| RGB | rgb(44, 246, 182) | color: rgb(44, 246, 182) | |
| CMYK | cmyk(82%, 0%, 26%, 4%) | — | |
| HSV | hsv(161, 82%, 96%) | — | |
| HWB | hwb(161 17% 4%) | color: hwb(161 17% 4%) | |
| OKLCH | oklch(0.8657 0.1745 165.03) | color: oklch(0.8657 0.1745 165.03) | |
| Lab | lab(86.91 -61.43 17.68) | color: lab(86.91 -61.43 17.68) | |
| LCH | lch(86.91 63.92 163.94) | color: lch(86.91 63.92 163.94) |
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)
#8385C5 — rgb(131, 133, 197)
Deuteranopia (Green-blind)
#7869C9 — rgb(120, 105, 201)
Tritanopia (Blue-blind)
#36D2D4 — rgb(54, 210, 212)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(161, 92%, 57%);
text
color: hsl(161, 92%, 57%);
border
border: 2px solid hsl(161, 92%, 57%);
gradient light
background: linear-gradient(to right, hsl(161, 92%, 77%), hsl(161, 92%, 57%));
gradient dark
background: linear-gradient(to right, hsl(161, 92%, 57%), hsl(161, 92%, 37%))
hex
background-color: #2CF6B6;
tailwind
bg-[hsl(161,92%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(161, 92%, 57%, 0.4);
css variable
--color-primary: hsl(161, 92%, 57%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(161, 92%, 57%)?
HEX: #2CF6B6 | RGB: rgb(44, 246, 182) | CMYK: 82%, 0%, 26%, 4% | HSV: 161°, 82%, 96%. Copy any format from the conversion table above.
What colors go well with #2CF6B6?
The complementary color is HSL(341, 92%, 57%). For a triadic harmony, use hues 161°, 281°, and 41°. For analogous combinations, try hues 131° and 191°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(161, 92%, 57%) in CSS?
As HSL: color: hsl(161, 92%, 57%); — As HEX: color: #2CF6B6; — As RGB: color: rgb(44, 246, 182); — Tailwind CSS: bg-[hsl(161,92%,57%)] — CSS variable: --color-primary: hsl(161, 92%, 57%);