HSL(173, 28%, 58%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(173,28%,58%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(173, 28%, 58%) | color: hsl(173, 28%, 58%) | |
| HEX | #76B2AB | color: #76B2AB | |
| RGB | rgb(118, 178, 171) | color: rgb(118, 178, 171) | |
| CMYK | cmyk(34%, 0%, 4%, 30%) | — | |
| HSV | hsv(173, 34%, 70%) | — | |
| HWB | hwb(173 46% 30%) | color: hwb(173 46% 30%) | |
| OKLCH | oklch(0.7205 0.0631 186.66) | color: oklch(0.7205 0.0631 186.66) | |
| Lab | lab(68.48 -20.94 -2.6) | color: lab(68.48 -20.94 -2.6) | |
| LCH | lch(68.48 21.1 187.08) | color: lch(68.48 21.1 187.08) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#9091AD — rgb(144, 145, 173)
Deuteranopia (Green-blind)
#8D88AD — rgb(141, 136, 173)
Tritanopia (Blue-blind)
#79AEAE — rgb(121, 174, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(173, 28%, 58%);
text
color: hsl(173, 28%, 58%);
border
border: 2px solid hsl(173, 28%, 58%);
gradient light
background: linear-gradient(to right, hsl(173, 28%, 78%), hsl(173, 28%, 58%));
gradient dark
background: linear-gradient(to right, hsl(173, 28%, 58%), hsl(173, 28%, 38%))
hex
background-color: #76B2AB;
tailwind
bg-[hsl(173,28%,58%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(173, 28%, 58%, 0.4);
css variable
--color-primary: hsl(173, 28%, 58%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(173, 28%, 58%)?
HEX: #76B2AB | RGB: rgb(118, 178, 171) | CMYK: 34%, 0%, 4%, 30% | HSV: 173°, 34%, 70%. Copy any format from the conversion table above.
What colors go well with #76B2AB?
The complementary color is HSL(353, 28%, 58%). For a triadic harmony, use hues 173°, 293°, and 53°. For analogous combinations, try hues 143° and 203°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(173, 28%, 58%) in CSS?
As HSL: color: hsl(173, 28%, 58%); — As HEX: color: #76B2AB; — As RGB: color: rgb(118, 178, 171); — Tailwind CSS: bg-[hsl(173,28%,58%)] — CSS variable: --color-primary: hsl(173, 28%, 58%);