HSL(170, 62%, 55%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(170,62%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(170, 62%, 55%) | color: hsl(170, 62%, 55%) | |
| HEX | #45D3BC | color: #45D3BC | |
| RGB | rgb(69, 211, 188) | color: rgb(69, 211, 188) | |
| CMYK | cmyk(67%, 0%, 11%, 17%) | — | |
| HSV | hsv(170, 67%, 83%) | — | |
| HWB | hwb(170 27% 17%) | color: hwb(170 27% 17%) | |
| OKLCH | oklch(0.7859 0.1243 179.87) | color: oklch(0.7859 0.1243 179.87) | |
| Lab | lab(76.97 -42.96 0.37) | color: lab(76.97 -42.96 0.37) | |
| LCH | lch(76.97 42.96 179.51) | color: lch(76.97 42.96 179.51) |
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)
#8284C2 — rgb(130, 132, 194)
Deuteranopia (Green-blind)
#7A70C3 — rgb(122, 112, 195)
Tritanopia (Blue-blind)
#4CC6C7 — rgb(76, 198, 199)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(170, 62%, 55%);
text
color: hsl(170, 62%, 55%);
border
border: 2px solid hsl(170, 62%, 55%);
gradient light
background: linear-gradient(to right, hsl(170, 62%, 75%), hsl(170, 62%, 55%));
gradient dark
background: linear-gradient(to right, hsl(170, 62%, 55%), hsl(170, 62%, 35%))
hex
background-color: #45D3BC;
tailwind
bg-[hsl(170,62%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(170, 62%, 55%, 0.4);
css variable
--color-primary: hsl(170, 62%, 55%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(170, 62%, 55%)?
HEX: #45D3BC | RGB: rgb(69, 211, 188) | CMYK: 67%, 0%, 11%, 17% | HSV: 170°, 67%, 83%. Copy any format from the conversion table above.
What colors go well with #45D3BC?
The complementary color is HSL(350, 62%, 55%). For a triadic harmony, use hues 170°, 290°, and 50°. For analogous combinations, try hues 140° and 200°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(170, 62%, 55%) in CSS?
As HSL: color: hsl(170, 62%, 55%); — As HEX: color: #45D3BC; — As RGB: color: rgb(69, 211, 188); — Tailwind CSS: bg-[hsl(170,62%,55%)] — CSS variable: --color-primary: hsl(170, 62%, 55%);