HSL(177, 42%, 17%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,42%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 42%, 17%) | color: hsl(177, 42%, 17%) | |
| HEX | #193E3C | color: #193E3C | |
| RGB | rgb(25, 62, 60) | color: rgb(25, 62, 60) | |
| CMYK | cmyk(60%, 0%, 3%, 76%) | — | |
| HSV | hsv(177, 60%, 24%) | — | |
| HWB | hwb(177 10% 76%) | color: hwb(177 10% 76%) | |
| OKLCH | oklch(0.3362 0.0424 190.6) | color: oklch(0.3362 0.0424 190.6) | |
| Lab | lab(23.6 -13.75 -2.8) | color: lab(23.6 -13.75 -2.8) | |
| LCH | lch(23.6 14.03 191.51) | color: lch(23.6 14.03 191.51) |
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)
#29293C — rgb(41, 41, 60)
Deuteranopia (Green-blind)
#27243D — rgb(39, 36, 61)
Tritanopia (Blue-blind)
#1B3D3D — rgb(27, 61, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 42%, 17%);
text
color: hsl(177, 42%, 17%);
border
border: 2px solid hsl(177, 42%, 17%);
gradient light
background: linear-gradient(to right, hsl(177, 42%, 37%), hsl(177, 42%, 17%));
gradient dark
background: linear-gradient(to right, hsl(177, 42%, 17%), hsl(177, 42%, 0%))
hex
background-color: #193E3C;
tailwind
bg-[hsl(177,42%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 42%, 17%, 0.4);
css variable
--color-primary: hsl(177, 42%, 17%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 42%, 17%)?
HEX: #193E3C | RGB: rgb(25, 62, 60) | CMYK: 60%, 0%, 3%, 76% | HSV: 177°, 60%, 24%. Copy any format from the conversion table above.
What colors go well with #193E3C?
The complementary color is HSL(357, 42%, 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, 42%, 17%) in CSS?
As HSL: color: hsl(177, 42%, 17%); — As HEX: color: #193E3C; — As RGB: color: rgb(25, 62, 60); — Tailwind CSS: bg-[hsl(177,42%,17%)] — CSS variable: --color-primary: hsl(177, 42%, 17%);