HSL(173, 30%, 57%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(173,30%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(173, 30%, 57%) | color: hsl(173, 30%, 57%) | |
| HEX | #70B2AB | color: #70B2AB | |
| RGB | rgb(112, 178, 171) | color: rgb(112, 178, 171) | |
| CMYK | cmyk(37%, 0%, 4%, 30%) | — | |
| HSV | hsv(174, 37%, 70%) | — | |
| HWB | hwb(174 44% 30%) | color: hwb(174 44% 30%) | |
| OKLCH | oklch(0.7173 0.0683 187.25) | color: oklch(0.7173 0.0683 187.25) | |
| Lab | lab(68.19 -22.62 -3.07) | color: lab(68.19 -22.62 -3.07) | |
| LCH | lch(68.19 22.83 187.73) | color: lch(68.19 22.83 187.73) |
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)
#8D8DAD — rgb(141, 141, 173)
Deuteranopia (Green-blind)
#8984AD — rgb(137, 132, 173)
Tritanopia (Blue-blind)
#73AEAE — rgb(115, 174, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(173, 30%, 57%);
text
color: hsl(173, 30%, 57%);
border
border: 2px solid hsl(173, 30%, 57%);
gradient light
background: linear-gradient(to right, hsl(173, 30%, 77%), hsl(173, 30%, 57%));
gradient dark
background: linear-gradient(to right, hsl(173, 30%, 57%), hsl(173, 30%, 37%))
hex
background-color: #70B2AB;
tailwind
bg-[hsl(173,30%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(173, 30%, 57%, 0.4);
css variable
--color-primary: hsl(173, 30%, 57%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(173, 30%, 57%)?
HEX: #70B2AB | RGB: rgb(112, 178, 171) | CMYK: 37%, 0%, 4%, 30% | HSV: 174°, 37%, 70%. Copy any format from the conversion table above.
What colors go well with #70B2AB?
The complementary color is HSL(353, 30%, 57%). 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, 30%, 57%) in CSS?
As HSL: color: hsl(173, 30%, 57%); — As HEX: color: #70B2AB; — As RGB: color: rgb(112, 178, 171); — Tailwind CSS: bg-[hsl(173,30%,57%)] — CSS variable: --color-primary: hsl(173, 30%, 57%);