HSL(177, 36%, 17%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,36%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 36%, 17%) | color: hsl(177, 36%, 17%) | |
| HEX | #1C3B39 | color: #1C3B39 | |
| RGB | rgb(28, 59, 57) | color: rgb(28, 59, 57) | |
| CMYK | cmyk(53%, 0%, 3%, 77%) | — | |
| HSV | hsv(176, 53%, 23%) | — | |
| HWB | hwb(176 11% 77%) | color: hwb(176 11% 77%) | |
| OKLCH | oklch(0.3278 0.0371 190.06) | color: oklch(0.3278 0.0371 190.06) | |
| Lab | lab(22.55 -12.09 -2.33) | color: lab(22.55 -12.09 -2.33) | |
| LCH | lch(22.55 12.31 190.91) | color: lch(22.55 12.31 190.91) |
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)
#292A39 — rgb(41, 42, 57)
Deuteranopia (Green-blind)
#28253A — rgb(40, 37, 58)
Tritanopia (Blue-blind)
#1E3A3A — rgb(30, 58, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 36%, 17%);
text
color: hsl(177, 36%, 17%);
border
border: 2px solid hsl(177, 36%, 17%);
gradient light
background: linear-gradient(to right, hsl(177, 36%, 37%), hsl(177, 36%, 17%));
gradient dark
background: linear-gradient(to right, hsl(177, 36%, 17%), hsl(177, 36%, 0%))
hex
background-color: #1C3B39;
tailwind
bg-[hsl(177,36%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 36%, 17%, 0.4);
css variable
--color-primary: hsl(177, 36%, 17%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 36%, 17%)?
HEX: #1C3B39 | RGB: rgb(28, 59, 57) | CMYK: 53%, 0%, 3%, 77% | HSV: 176°, 53%, 23%. Copy any format from the conversion table above.
What colors go well with #1C3B39?
The complementary color is HSL(357, 36%, 17%). 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, 36%, 17%) in CSS?
As HSL: color: hsl(177, 36%, 17%); — As HEX: color: #1C3B39; — As RGB: color: rgb(28, 59, 57); — Tailwind CSS: bg-[hsl(177,36%,17%)] — CSS variable: --color-primary: hsl(177, 36%, 17%);