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