HSL(156, 92%, 80%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(156,92%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(156, 92%, 80%) | color: hsl(156, 92%, 80%) | |
| HEX | #9DFBD5 | color: #9DFBD5 | |
| RGB | rgb(157, 251, 213) | color: rgb(157, 251, 213) | |
| CMYK | cmyk(37%, 0%, 15%, 2%) | — | |
| HSV | hsv(156, 37%, 98%) | — | |
| HWB | hwb(156 62% 2%) | color: hwb(156 62% 2%) | |
| OKLCH | oklch(0.919 0.1046 166.52) | color: oklch(0.919 0.1046 166.52) | |
| Lab | lab(92.12 -36.13 9.48) | color: lab(92.12 -36.13 9.48) | |
| LCH | lch(92.12 37.35 165.3) | color: lch(92.12 37.35 165.3) |
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)
#C6C7DE — rgb(198, 199, 222)
Deuteranopia (Green-blind)
#C0B9E0 — rgb(192, 185, 224)
Tritanopia (Blue-blind)
#A2E5E7 — rgb(162, 229, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(156, 92%, 80%);
text
color: hsl(156, 92%, 80%);
border
border: 2px solid hsl(156, 92%, 80%);
gradient light
background: linear-gradient(to right, hsl(156, 92%, 100%), hsl(156, 92%, 80%));
gradient dark
background: linear-gradient(to right, hsl(156, 92%, 80%), hsl(156, 92%, 60%))
hex
background-color: #9DFBD5;
tailwind
bg-[hsl(156,92%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(156, 92%, 80%, 0.4);
css variable
--color-primary: hsl(156, 92%, 80%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(156, 92%, 80%)?
HEX: #9DFBD5 | RGB: rgb(157, 251, 213) | CMYK: 37%, 0%, 15%, 2% | HSV: 156°, 37%, 98%. Copy any format from the conversion table above.
What colors go well with #9DFBD5?
The complementary color is HSL(336, 92%, 80%). 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, 92%, 80%) in CSS?
As HSL: color: hsl(156, 92%, 80%); — As HEX: color: #9DFBD5; — As RGB: color: rgb(157, 251, 213); — Tailwind CSS: bg-[hsl(156,92%,80%)] — CSS variable: --color-primary: hsl(156, 92%, 80%);