HSL(162, 93%, 80%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(162,93%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(162, 93%, 80%) | color: hsl(162, 93%, 80%) | |
| HEX | #9DFBDF | color: #9DFBDF | |
| RGB | rgb(157, 251, 223) | color: rgb(157, 251, 223) | |
| CMYK | cmyk(37%, 0%, 11%, 2%) | — | |
| HSV | hsv(162, 37%, 98%) | — | |
| HWB | hwb(162 62% 2%) | color: hwb(162 62% 2%) | |
| OKLCH | oklch(0.9216 0.0982 173.12) | color: oklch(0.9216 0.0982 173.12) | |
| Lab | lab(92.35 -34.05 4.64) | color: lab(92.35 -34.05 4.64) | |
| LCH | lch(92.35 34.36 172.24) | color: lch(92.35 34.36 172.24) |
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)
#C6C7E6 — rgb(198, 199, 230)
Deuteranopia (Green-blind)
#C0B9E7 — rgb(192, 185, 231)
Tritanopia (Blue-blind)
#A2EBEC — rgb(162, 235, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(162, 93%, 80%);
text
color: hsl(162, 93%, 80%);
border
border: 2px solid hsl(162, 93%, 80%);
gradient light
background: linear-gradient(to right, hsl(162, 93%, 100%), hsl(162, 93%, 80%));
gradient dark
background: linear-gradient(to right, hsl(162, 93%, 80%), hsl(162, 93%, 60%))
hex
background-color: #9DFBDF;
tailwind
bg-[hsl(162,93%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(162, 93%, 80%, 0.4);
css variable
--color-primary: hsl(162, 93%, 80%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(162, 93%, 80%)?
HEX: #9DFBDF | RGB: rgb(157, 251, 223) | CMYK: 37%, 0%, 11%, 2% | HSV: 162°, 37%, 98%. Copy any format from the conversion table above.
What colors go well with #9DFBDF?
The complementary color is HSL(342, 93%, 80%). For a triadic harmony, use hues 162°, 282°, and 42°. For analogous combinations, try hues 132° and 192°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(162, 93%, 80%) in CSS?
As HSL: color: hsl(162, 93%, 80%); — As HEX: color: #9DFBDF; — As RGB: color: rgb(157, 251, 223); — Tailwind CSS: bg-[hsl(162,93%,80%)] — CSS variable: --color-primary: hsl(162, 93%, 80%);