HSL(177, 16%, 20%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(177,16%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 16%, 20%) | color: hsl(177, 16%, 20%) | |
| HEX | #2B3B3A | color: #2B3B3A | |
| RGB | rgb(43, 59, 58) | color: rgb(43, 59, 58) | |
| CMYK | cmyk(27%, 0%, 2%, 77%) | — | |
| HSV | hsv(176, 27%, 23%) | — | |
| HWB | hwb(176 17% 77%) | color: hwb(176 17% 77%) | |
| OKLCH | oklch(0.3379 0.0209 191.44) | color: oklch(0.3379 0.0209 191.44) | |
| Lab | lab(23.5 -6.73 -1.51) | color: lab(23.5 -6.73 -1.51) | |
| LCH | lch(23.5 6.9 192.65) | color: lch(23.5 6.9 192.65) |
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)
#32323A — rgb(50, 50, 58)
Deuteranopia (Green-blind)
#31303A — rgb(49, 48, 58)
Tritanopia (Blue-blind)
#2C3A3A — rgb(44, 58, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 16%, 20%);
text
color: hsl(177, 16%, 20%);
border
border: 2px solid hsl(177, 16%, 20%);
gradient light
background: linear-gradient(to right, hsl(177, 16%, 40%), hsl(177, 16%, 20%));
gradient dark
background: linear-gradient(to right, hsl(177, 16%, 20%), hsl(177, 16%, 0%))
hex
background-color: #2B3B3A;
tailwind
bg-[hsl(177,16%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 16%, 20%, 0.4);
css variable
--color-primary: hsl(177, 16%, 20%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 16%, 20%)?
HEX: #2B3B3A | RGB: rgb(43, 59, 58) | CMYK: 27%, 0%, 2%, 77% | HSV: 176°, 27%, 23%. Copy any format from the conversion table above.
What colors go well with #2B3B3A?
The complementary color is HSL(357, 16%, 20%). 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, 16%, 20%) in CSS?
As HSL: color: hsl(177, 16%, 20%); — As HEX: color: #2B3B3A; — As RGB: color: rgb(43, 59, 58); — Tailwind CSS: bg-[hsl(177,16%,20%)] — CSS variable: --color-primary: hsl(177, 16%, 20%);