HSL(177, 34%, 33%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,34%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 34%, 33%) | color: hsl(177, 34%, 33%) | |
| HEX | #38716E | color: #38716E | |
| RGB | rgb(56, 113, 110) | color: rgb(56, 113, 110) | |
| CMYK | cmyk(50%, 0%, 3%, 56%) | — | |
| HSV | hsv(177, 50%, 44%) | — | |
| HWB | hwb(177 22% 56%) | color: hwb(177 22% 56%) | |
| OKLCH | oklch(0.5092 0.0602 190.93) | color: oklch(0.5092 0.0602 190.93) | |
| Lab | lab(43.91 -19.47 -4.11) | color: lab(43.91 -19.47 -4.11) | |
| LCH | lch(43.91 19.9 191.92) | color: lch(43.91 19.9 191.92) |
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)
#51516F — rgb(81, 81, 111)
Deuteranopia (Green-blind)
#4D496F — rgb(77, 73, 111)
Tritanopia (Blue-blind)
#3B6F6F — rgb(59, 111, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 34%, 33%);
text
color: hsl(177, 34%, 33%);
border
border: 2px solid hsl(177, 34%, 33%);
gradient light
background: linear-gradient(to right, hsl(177, 34%, 53%), hsl(177, 34%, 33%));
gradient dark
background: linear-gradient(to right, hsl(177, 34%, 33%), hsl(177, 34%, 13%))
hex
background-color: #38716E;
tailwind
bg-[hsl(177,34%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 34%, 33%, 0.4);
css variable
--color-primary: hsl(177, 34%, 33%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 34%, 33%)?
HEX: #38716E | RGB: rgb(56, 113, 110) | CMYK: 50%, 0%, 3%, 56% | HSV: 177°, 50%, 44%. Copy any format from the conversion table above.
What colors go well with #38716E?
The complementary color is HSL(357, 34%, 33%). 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, 34%, 33%) in CSS?
As HSL: color: hsl(177, 34%, 33%); — As HEX: color: #38716E; — As RGB: color: rgb(56, 113, 110); — Tailwind CSS: bg-[hsl(177,34%,33%)] — CSS variable: --color-primary: hsl(177, 34%, 33%);