HSL(156, 82%, 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(156,82%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(156, 82%, 51%) | color: hsl(156, 82%, 51%) | |
| HEX | #1CE997 | color: #1CE997 | |
| RGB | rgb(28, 233, 151) | color: rgb(28, 233, 151) | |
| CMYK | cmyk(88%, 0%, 35%, 9%) | — | |
| HSV | hsv(156, 88%, 91%) | — | |
| HWB | hwb(156 11% 9%) | color: hwb(156 11% 9%) | |
| OKLCH | oklch(0.8249 0.187 158.55) | color: oklch(0.8249 0.187 158.55) | |
| Lab | lab(82.25 -64.41 27.18) | color: lab(82.25 -64.41 27.18) | |
| LCH | lch(82.25 69.91 157.12) | color: lch(82.25 69.91 157.12) |
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)
#7577AB — rgb(117, 119, 171)
Deuteranopia (Green-blind)
#695AB0 — rgb(105, 90, 176)
Tritanopia (Blue-blind)
#26BBBE — rgb(38, 187, 190)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(156, 82%, 51%);
text
color: hsl(156, 82%, 51%);
border
border: 2px solid hsl(156, 82%, 51%);
gradient light
background: linear-gradient(to right, hsl(156, 82%, 71%), hsl(156, 82%, 51%));
gradient dark
background: linear-gradient(to right, hsl(156, 82%, 51%), hsl(156, 82%, 31%))
hex
background-color: #1CE997;
tailwind
bg-[hsl(156,82%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(156, 82%, 51%, 0.4);
css variable
--color-primary: hsl(156, 82%, 51%);
Related Colors
Use Cases for Vivid Cyan
Frequently Asked Questions
What are all the color codes for HSL(156, 82%, 51%)?
HEX: #1CE997 | RGB: rgb(28, 233, 151) | CMYK: 88%, 0%, 35%, 9% | HSV: 156°, 88%, 91%. Copy any format from the conversion table above.
What colors go well with #1CE997?
The complementary color is HSL(336, 82%, 51%). For a triadic harmony, use hues 156°, 276°, and 36°. For analogous combinations, try hues 126° and 186°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(156, 82%, 51%) in CSS?
As HSL: color: hsl(156, 82%, 51%); — As HEX: color: #1CE997; — As RGB: color: rgb(28, 233, 151); — Tailwind CSS: bg-[hsl(156,82%,51%)] — CSS variable: --color-primary: hsl(156, 82%, 51%);