HSL(176, 73%, 45%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(176,73%,45%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 73%, 45%) | color: hsl(176, 73%, 45%) | |
| HEX | #1FC7BB | color: #1FC7BB | |
| RGB | rgb(31, 199, 187) | color: rgb(31, 199, 187) | |
| CMYK | cmyk(84%, 0%, 6%, 22%) | — | |
| HSV | hsv(176, 84%, 78%) | — | |
| HWB | hwb(176 12% 22%) | color: hwb(176 12% 22%) | |
| OKLCH | oklch(0.7493 0.1263 186.99) | color: oklch(0.7493 0.1263 186.99) | |
| Lab | lab(72.71 -42.11 -5.42) | color: lab(72.71 -42.11 -5.42) | |
| LCH | lch(72.71 42.46 187.33) | color: lch(72.71 42.46 187.33) |
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)
#6869BE — rgb(104, 105, 190)
Deuteranopia (Green-blind)
#5E51BF — rgb(94, 81, 191)
Tritanopia (Blue-blind)
#27C0C1 — rgb(39, 192, 193)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 73%, 45%);
text
color: hsl(176, 73%, 45%);
border
border: 2px solid hsl(176, 73%, 45%);
gradient light
background: linear-gradient(to right, hsl(176, 73%, 65%), hsl(176, 73%, 45%));
gradient dark
background: linear-gradient(to right, hsl(176, 73%, 45%), hsl(176, 73%, 25%))
hex
background-color: #1FC7BB;
tailwind
bg-[hsl(176,73%,45%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 73%, 45%, 0.4);
css variable
--color-primary: hsl(176, 73%, 45%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 73%, 45%)?
HEX: #1FC7BB | RGB: rgb(31, 199, 187) | CMYK: 84%, 0%, 6%, 22% | HSV: 176°, 84%, 78%. Copy any format from the conversion table above.
What colors go well with #1FC7BB?
The complementary color is HSL(356, 73%, 45%). For a triadic harmony, use hues 176°, 296°, and 56°. For analogous combinations, try hues 146° and 206°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(176, 73%, 45%) in CSS?
As HSL: color: hsl(176, 73%, 45%); — As HEX: color: #1FC7BB; — As RGB: color: rgb(31, 199, 187); — Tailwind CSS: bg-[hsl(176,73%,45%)] — CSS variable: --color-primary: hsl(176, 73%, 45%);