HSL(176, 83%, 72%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(176,83%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 83%, 72%) | color: hsl(176, 83%, 72%) | |
| HEX | #7CF3EB | color: #7CF3EB | |
| RGB | rgb(124, 243, 235) | color: rgb(124, 243, 235) | |
| CMYK | cmyk(49%, 0%, 3%, 5%) | — | |
| HSV | hsv(176, 49%, 95%) | — | |
| HWB | hwb(176 48% 5%) | color: hwb(176 48% 5%) | |
| OKLCH | oklch(0.8929 0.1087 189.6) | color: oklch(0.8929 0.1087 189.6) | |
| Lab | lab(89.1 -35.48 -6.5) | color: lab(89.1 -35.48 -6.5) | |
| LCH | lch(89.1 36.07 190.38) | color: lch(89.1 36.07 190.38) |
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)
#B0B1ED — rgb(176, 177, 237)
Deuteranopia (Green-blind)
#A9A0ED — rgb(169, 160, 237)
Tritanopia (Blue-blind)
#82EEEF — rgb(130, 238, 239)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 83%, 72%);
text
color: hsl(176, 83%, 72%);
border
border: 2px solid hsl(176, 83%, 72%);
gradient light
background: linear-gradient(to right, hsl(176, 83%, 92%), hsl(176, 83%, 72%));
gradient dark
background: linear-gradient(to right, hsl(176, 83%, 72%), hsl(176, 83%, 52%))
hex
background-color: #7CF3EB;
tailwind
bg-[hsl(176,83%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 83%, 72%, 0.4);
css variable
--color-primary: hsl(176, 83%, 72%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 83%, 72%)?
HEX: #7CF3EB | RGB: rgb(124, 243, 235) | CMYK: 49%, 0%, 3%, 5% | HSV: 176°, 49%, 95%. Copy any format from the conversion table above.
What colors go well with #7CF3EB?
The complementary color is HSL(356, 83%, 72%). 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, 83%, 72%) in CSS?
As HSL: color: hsl(176, 83%, 72%); — As HEX: color: #7CF3EB; — As RGB: color: rgb(124, 243, 235); — Tailwind CSS: bg-[hsl(176,83%,72%)] — CSS variable: --color-primary: hsl(176, 83%, 72%);