HSL(177, 43%, 16%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,43%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 43%, 16%) | color: hsl(177, 43%, 16%) | |
| HEX | #173A39 | color: #173A39 | |
| RGB | rgb(23, 58, 57) | color: rgb(23, 58, 57) | |
| CMYK | cmyk(60%, 0%, 2%, 77%) | — | |
| HSV | hsv(178, 60%, 23%) | — | |
| HWB | hwb(178 9% 77%) | color: hwb(178 9% 77%) | |
| OKLCH | oklch(0.3224 0.0404 192.83) | color: oklch(0.3224 0.0404 192.83) | |
| Lab | lab(21.96 -12.86 -3.24) | color: lab(21.96 -12.86 -3.24) | |
| LCH | lch(21.96 13.26 194.14) | color: lch(21.96 13.26 194.14) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#262639 — rgb(38, 38, 57)
Deuteranopia (Green-blind)
#242239 — rgb(36, 34, 57)
Tritanopia (Blue-blind)
#193939 — rgb(25, 57, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 43%, 16%);
text
color: hsl(177, 43%, 16%);
border
border: 2px solid hsl(177, 43%, 16%);
gradient light
background: linear-gradient(to right, hsl(177, 43%, 36%), hsl(177, 43%, 16%));
gradient dark
background: linear-gradient(to right, hsl(177, 43%, 16%), hsl(177, 43%, 0%))
hex
background-color: #173A39;
tailwind
bg-[hsl(177,43%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 43%, 16%, 0.4);
css variable
--color-primary: hsl(177, 43%, 16%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 43%, 16%)?
HEX: #173A39 | RGB: rgb(23, 58, 57) | CMYK: 60%, 0%, 2%, 77% | HSV: 178°, 60%, 23%. Copy any format from the conversion table above.
What colors go well with #173A39?
The complementary color is HSL(357, 43%, 16%). 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%, 16%) in CSS?
As HSL: color: hsl(177, 43%, 16%); — As HEX: color: #173A39; — As RGB: color: rgb(23, 58, 57); — Tailwind CSS: bg-[hsl(177,43%,16%)] — CSS variable: --color-primary: hsl(177, 43%, 16%);