HSL(172, 20%, 29%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(172,20%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(172, 20%, 29%) | color: hsl(172, 20%, 29%) | |
| HEX | #3B5955 | color: #3B5955 | |
| RGB | rgb(59, 89, 85) | color: rgb(59, 89, 85) | |
| CMYK | cmyk(34%, 0%, 4%, 65%) | — | |
| HSV | hsv(172, 34%, 35%) | — | |
| HWB | hwb(172 23% 65%) | color: hwb(172 23% 65%) | |
| OKLCH | oklch(0.4391 0.0362 185.55) | color: oklch(0.4391 0.0362 185.55) | |
| Lab | lab(35.46 -12.07 -1.23) | color: lab(35.46 -12.07 -1.23) | |
| LCH | lch(35.46 12.13 185.82) | color: lch(35.46 12.13 185.82) |
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)
#484856 — rgb(72, 72, 86)
Deuteranopia (Green-blind)
#464456 — rgb(70, 68, 86)
Tritanopia (Blue-blind)
#3D5757 — rgb(61, 87, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(172, 20%, 29%);
text
color: hsl(172, 20%, 29%);
border
border: 2px solid hsl(172, 20%, 29%);
gradient light
background: linear-gradient(to right, hsl(172, 20%, 49%), hsl(172, 20%, 29%));
gradient dark
background: linear-gradient(to right, hsl(172, 20%, 29%), hsl(172, 20%, 9%))
hex
background-color: #3B5955;
tailwind
bg-[hsl(172,20%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(172, 20%, 29%, 0.4);
css variable
--color-primary: hsl(172, 20%, 29%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(172, 20%, 29%)?
HEX: #3B5955 | RGB: rgb(59, 89, 85) | CMYK: 34%, 0%, 4%, 65% | HSV: 172°, 34%, 35%. Copy any format from the conversion table above.
What colors go well with #3B5955?
The complementary color is HSL(352, 20%, 29%). For a triadic harmony, use hues 172°, 292°, and 52°. For analogous combinations, try hues 142° and 202°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(172, 20%, 29%) in CSS?
As HSL: color: hsl(172, 20%, 29%); — As HEX: color: #3B5955; — As RGB: color: rgb(59, 89, 85); — Tailwind CSS: bg-[hsl(172,20%,29%)] — CSS variable: --color-primary: hsl(172, 20%, 29%);