HSL(177, 22%, 31%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,22%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 22%, 31%) | color: hsl(177, 22%, 31%) | |
| HEX | #3E605F | color: #3E605F | |
| RGB | rgb(62, 96, 95) | color: rgb(62, 96, 95) | |
| CMYK | cmyk(35%, 0%, 1%, 62%) | — | |
| HSV | hsv(178, 35%, 38%) | — | |
| HWB | hwb(178 25% 62%) | color: hwb(178 25% 62%) | |
| OKLCH | oklch(0.4628 0.0394 193.53) | color: oklch(0.4628 0.0394 193.53) | |
| Lab | lab(38.23 -12.49 -3.35) | color: lab(38.23 -12.49 -3.35) | |
| LCH | lch(38.23 12.93 195.01) | color: lch(38.23 12.93 195.01) |
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)
#4D4D5F — rgb(77, 77, 95)
Deuteranopia (Green-blind)
#4B485F — rgb(75, 72, 95)
Tritanopia (Blue-blind)
#405F5F — rgb(64, 95, 95)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 22%, 31%);
text
color: hsl(177, 22%, 31%);
border
border: 2px solid hsl(177, 22%, 31%);
gradient light
background: linear-gradient(to right, hsl(177, 22%, 51%), hsl(177, 22%, 31%));
gradient dark
background: linear-gradient(to right, hsl(177, 22%, 31%), hsl(177, 22%, 11%))
hex
background-color: #3E605F;
tailwind
bg-[hsl(177,22%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 22%, 31%, 0.4);
css variable
--color-primary: hsl(177, 22%, 31%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 22%, 31%)?
HEX: #3E605F | RGB: rgb(62, 96, 95) | CMYK: 35%, 0%, 1%, 62% | HSV: 178°, 35%, 38%. Copy any format from the conversion table above.
What colors go well with #3E605F?
The complementary color is HSL(357, 22%, 31%). 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, 22%, 31%) in CSS?
As HSL: color: hsl(177, 22%, 31%); — As HEX: color: #3E605F; — As RGB: color: rgb(62, 96, 95); — Tailwind CSS: bg-[hsl(177,22%,31%)] — CSS variable: --color-primary: hsl(177, 22%, 31%);