HSL(177, 22%, 43%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,22%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 22%, 43%) | color: hsl(177, 22%, 43%) | |
| HEX | #568683 | color: #568683 | |
| RGB | rgb(86, 134, 131) | color: rgb(86, 134, 131) | |
| CMYK | cmyk(36%, 0%, 2%, 47%) | — | |
| HSV | hsv(176, 36%, 53%) | — | |
| HWB | hwb(176 34% 47%) | color: hwb(176 34% 47%) | |
| OKLCH | oklch(0.5849 0.0523 190.82) | color: oklch(0.5849 0.0523 190.82) | |
| Lab | lab(52.58 -16.93 -3.55) | color: lab(52.58 -16.93 -3.55) | |
| LCH | lch(52.58 17.3 191.84) | color: lch(52.58 17.3 191.84) |
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)
#6B6B84 — rgb(107, 107, 132)
Deuteranopia (Green-blind)
#686484 — rgb(104, 100, 132)
Tritanopia (Blue-blind)
#588484 — rgb(88, 132, 132)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 22%, 43%);
text
color: hsl(177, 22%, 43%);
border
border: 2px solid hsl(177, 22%, 43%);
gradient light
background: linear-gradient(to right, hsl(177, 22%, 63%), hsl(177, 22%, 43%));
gradient dark
background: linear-gradient(to right, hsl(177, 22%, 43%), hsl(177, 22%, 23%))
hex
background-color: #568683;
tailwind
bg-[hsl(177,22%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 22%, 43%, 0.4);
css variable
--color-primary: hsl(177, 22%, 43%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 22%, 43%)?
HEX: #568683 | RGB: rgb(86, 134, 131) | CMYK: 36%, 0%, 2%, 47% | HSV: 176°, 36%, 53%. Copy any format from the conversion table above.
What colors go well with #568683?
The complementary color is HSL(357, 22%, 43%). 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, 22%, 43%) in CSS?
As HSL: color: hsl(177, 22%, 43%); — As HEX: color: #568683; — As RGB: color: rgb(86, 134, 131); — Tailwind CSS: bg-[hsl(177,22%,43%)] — CSS variable: --color-primary: hsl(177, 22%, 43%);