HSL(186, 64%, 77%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(186,64%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(186, 64%, 77%) | color: hsl(186, 64%, 77%) | |
| HEX | #9FE2EA | color: #9FE2EA | |
| RGB | rgb(159, 226, 234) | color: rgb(159, 226, 234) | |
| CMYK | cmyk(32%, 3%, 0%, 8%) | — | |
| HSV | hsv(186, 32%, 92%) | — | |
| HWB | hwb(186 63% 8%) | color: hwb(186 63% 8%) | |
| OKLCH | oklch(0.8708 0.0679 205.33) | color: oklch(0.8708 0.0679 205.33) | |
| Lab | lab(85.86 -19.02 -10.63) | color: lab(85.86 -19.02 -10.63) | |
| LCH | lch(85.86 21.79 209.2) | color: lch(85.86 21.79 209.2) |
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)
#BCBDE8 — rgb(188, 189, 232)
Deuteranopia (Green-blind)
#B8B3E8 — rgb(184, 179, 232)
Tritanopia (Blue-blind)
#A2E7E6 — rgb(162, 231, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(186, 64%, 77%);
text
color: hsl(186, 64%, 77%);
border
border: 2px solid hsl(186, 64%, 77%);
gradient light
background: linear-gradient(to right, hsl(186, 64%, 97%), hsl(186, 64%, 77%));
gradient dark
background: linear-gradient(to right, hsl(186, 64%, 77%), hsl(186, 64%, 57%))
hex
background-color: #9FE2EA;
tailwind
bg-[hsl(186,64%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(186, 64%, 77%, 0.4);
css variable
--color-primary: hsl(186, 64%, 77%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(186, 64%, 77%)?
HEX: #9FE2EA | RGB: rgb(159, 226, 234) | CMYK: 32%, 3%, 0%, 8% | HSV: 186°, 32%, 92%. Copy any format from the conversion table above.
What colors go well with #9FE2EA?
The complementary color is HSL(6, 64%, 77%). For a triadic harmony, use hues 186°, 306°, and 66°. For analogous combinations, try hues 156° and 216°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(186, 64%, 77%) in CSS?
As HSL: color: hsl(186, 64%, 77%); — As HEX: color: #9FE2EA; — As RGB: color: rgb(159, 226, 234); — Tailwind CSS: bg-[hsl(186,64%,77%)] — CSS variable: --color-primary: hsl(186, 64%, 77%);