HSL(177, 12%, 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,12%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 12%, 20%) | color: hsl(177, 12%, 20%) | |
| HEX | #2D3939 | color: #2D3939 | |
| RGB | rgb(45, 57, 57) | color: rgb(45, 57, 57) | |
| CMYK | cmyk(21%, 0%, 0%, 78%) | — | |
| HSV | hsv(180, 21%, 22%) | — | |
| HWB | hwb(180 17% 78%) | color: hwb(180 17% 78%) | |
| OKLCH | oklch(0.3337 0.0159 196.41) | color: oklch(0.3337 0.0159 196.41) | |
| Lab | lab(22.93 -4.95 -1.65) | color: lab(22.93 -4.95 -1.65) | |
| LCH | lch(22.93 5.22 198.43) | color: lch(22.93 5.22 198.43) |
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)
#323139 — rgb(50, 49, 57)
Tritanopia (Blue-blind)
#2E3939 — rgb(46, 57, 57)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 12%, 20%);
text
color: hsl(177, 12%, 20%);
border
border: 2px solid hsl(177, 12%, 20%);
gradient light
background: linear-gradient(to right, hsl(177, 12%, 40%), hsl(177, 12%, 20%));
gradient dark
background: linear-gradient(to right, hsl(177, 12%, 20%), hsl(177, 12%, 0%))
hex
background-color: #2D3939;
tailwind
bg-[hsl(177,12%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 12%, 20%, 0.4);
css variable
--color-primary: hsl(177, 12%, 20%);
Related Colors
Use Cases for Grayish Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 12%, 20%)?
HEX: #2D3939 | RGB: rgb(45, 57, 57) | CMYK: 21%, 0%, 0%, 78% | HSV: 180°, 21%, 22%. Copy any format from the conversion table above.
What colors go well with #2D3939?
The complementary color is HSL(357, 12%, 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, 12%, 20%) in CSS?
As HSL: color: hsl(177, 12%, 20%); — As HEX: color: #2D3939; — As RGB: color: rgb(45, 57, 57); — Tailwind CSS: bg-[hsl(177,12%,20%)] — CSS variable: --color-primary: hsl(177, 12%, 20%);