HSL(177, 45%, 33%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(177,45%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(177, 45%, 33%) | color: hsl(177, 45%, 33%) | |
| HEX | #2E7A76 | color: #2E7A76 | |
| RGB | rgb(46, 122, 118) | color: rgb(46, 122, 118) | |
| CMYK | cmyk(62%, 0%, 3%, 52%) | — | |
| HSV | hsv(177, 62%, 48%) | — | |
| HWB | hwb(177 18% 52%) | color: hwb(177 18% 52%) | |
| OKLCH | oklch(0.5317 0.0742 190.33) | color: oklch(0.5317 0.0742 190.33) | |
| Lab | lab(46.72 -24.09 -4.77) | color: lab(46.72 -24.09 -4.77) | |
| LCH | lch(46.72 24.56 191.2) | color: lch(46.72 24.56 191.2) |
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)
#4F5077 — rgb(79, 80, 119)
Deuteranopia (Green-blind)
#4B4577 — rgb(75, 69, 119)
Tritanopia (Blue-blind)
#327878 — rgb(50, 120, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(177, 45%, 33%);
text
color: hsl(177, 45%, 33%);
border
border: 2px solid hsl(177, 45%, 33%);
gradient light
background: linear-gradient(to right, hsl(177, 45%, 53%), hsl(177, 45%, 33%));
gradient dark
background: linear-gradient(to right, hsl(177, 45%, 33%), hsl(177, 45%, 13%))
hex
background-color: #2E7A76;
tailwind
bg-[hsl(177,45%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(177, 45%, 33%, 0.4);
css variable
--color-primary: hsl(177, 45%, 33%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(177, 45%, 33%)?
HEX: #2E7A76 | RGB: rgb(46, 122, 118) | CMYK: 62%, 0%, 3%, 52% | HSV: 177°, 62%, 48%. Copy any format from the conversion table above.
What colors go well with #2E7A76?
The complementary color is HSL(357, 45%, 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, 45%, 33%) in CSS?
As HSL: color: hsl(177, 45%, 33%); — As HEX: color: #2E7A76; — As RGB: color: rgb(46, 122, 118); — Tailwind CSS: bg-[hsl(177,45%,33%)] — CSS variable: --color-primary: hsl(177, 45%, 33%);