HSL(171, 56%, 20%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(171,56%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(171, 56%, 20%) | color: hsl(171, 56%, 20%) | |
| HEX | #165047 | color: #165047 | |
| RGB | rgb(22, 80, 71) | color: rgb(22, 80, 71) | |
| CMYK | cmyk(73%, 0%, 11%, 69%) | — | |
| HSV | hsv(171, 73%, 31%) | — | |
| HWB | hwb(171 8% 69%) | color: hwb(171 8% 69%) | |
| OKLCH | oklch(0.3916 0.0608 180.64) | color: oklch(0.3916 0.0608 180.64) | |
| Lab | lab(30.31 -20.95 -0.12) | color: lab(30.31 -20.95 -0.12) | |
| LCH | lch(30.31 20.95 180.33) | color: lch(30.31 20.95 180.33) |
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)
#2F3049 — rgb(47, 48, 73)
Deuteranopia (Green-blind)
#2C274A — rgb(44, 39, 74)
Tritanopia (Blue-blind)
#194B4B — rgb(25, 75, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(171, 56%, 20%);
text
color: hsl(171, 56%, 20%);
border
border: 2px solid hsl(171, 56%, 20%);
gradient light
background: linear-gradient(to right, hsl(171, 56%, 40%), hsl(171, 56%, 20%));
gradient dark
background: linear-gradient(to right, hsl(171, 56%, 20%), hsl(171, 56%, 0%))
hex
background-color: #165047;
tailwind
bg-[hsl(171,56%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(171, 56%, 20%, 0.4);
css variable
--color-primary: hsl(171, 56%, 20%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(171, 56%, 20%)?
HEX: #165047 | RGB: rgb(22, 80, 71) | CMYK: 73%, 0%, 11%, 69% | HSV: 171°, 73%, 31%. Copy any format from the conversion table above.
What colors go well with #165047?
The complementary color is HSL(351, 56%, 20%). For a triadic harmony, use hues 171°, 291°, and 51°. For analogous combinations, try hues 141° and 201°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(171, 56%, 20%) in CSS?
As HSL: color: hsl(171, 56%, 20%); — As HEX: color: #165047; — As RGB: color: rgb(22, 80, 71); — Tailwind CSS: bg-[hsl(171,56%,20%)] — CSS variable: --color-primary: hsl(171, 56%, 20%);