HSL(177, 43%, 59%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,43%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 43%, 59%) | color: hsl(177, 43%, 59%) | |
| HEX | #69C3BF | color: #69C3BF | |
| RGB | rgb(105, 195, 191) | color: rgb(105, 195, 191) | |
| CMYK | cmyk(46%, 0%, 2%, 24%) | — | |
| HSV | hsv(177, 46%, 76%) | — | |
| HWB | hwb(177 41% 24%) | color: hwb(177 41% 24%) | |
| OKLCH | oklch(0.7604 0.0868 191.72) | color: oklch(0.7604 0.0868 191.72) | |
| Lab | lab(73.41 -27.89 -6.36) | color: lab(73.41 -27.89 -6.36) | |
| LCH | lch(73.41 28.61 192.85) | color: lch(73.41 28.61 192.85) |
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)
#9091C0 — rgb(144, 145, 192)
Deuteranopia (Green-blind)
#8B84C0 — rgb(139, 132, 192)
Tritanopia (Blue-blind)
#6EC1C1 — rgb(110, 193, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 43%, 59%);
text
color: hsl(177, 43%, 59%);
border
border: 2px solid hsl(177, 43%, 59%);
gradient light
background: linear-gradient(to right, hsl(177, 43%, 79%), hsl(177, 43%, 59%));
gradient dark
background: linear-gradient(to right, hsl(177, 43%, 59%), hsl(177, 43%, 39%))
hex
background-color: #69C3BF;
tailwind
bg-[hsl(177,43%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 43%, 59%, 0.4);
css variable
--color-primary: hsl(177, 43%, 59%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 43%, 59%)?
HEX: #69C3BF | RGB: rgb(105, 195, 191) | CMYK: 46%, 0%, 2%, 24% | HSV: 177°, 46%, 76%. Copy any format from the conversion table above.
What colors go well with #69C3BF?
The complementary color is HSL(357, 43%, 59%). For a triadic harmony, use hues 177°, 297°, and 57°. For analogous combinations, try hues 147° and 207°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(177, 43%, 59%) in CSS?
As HSL: color: hsl(177, 43%, 59%); — As HEX: color: #69C3BF; — As RGB: color: rgb(105, 195, 191); — Tailwind CSS: bg-[hsl(177,43%,59%)] — CSS variable: --color-primary: hsl(177, 43%, 59%);