HSL(176, 83%, 76%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(176,83%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(176, 83%, 76%) | color: hsl(176, 83%, 76%) | |
| HEX | #8FF5EE | color: #8FF5EE | |
| RGB | rgb(143, 245, 238) | color: rgb(143, 245, 238) | |
| CMYK | cmyk(42%, 0%, 3%, 4%) | — | |
| HSV | hsv(176, 42%, 96%) | — | |
| HWB | hwb(176 56% 4%) | color: hwb(176 56% 4%) | |
| OKLCH | oklch(0.9061 0.0964 189.91) | color: oklch(0.9061 0.0964 189.91) | |
| Lab | lab(90.47 -31.4 -5.97) | color: lab(90.47 -31.4 -5.97) | |
| LCH | lch(90.47 31.96 190.77) | color: lch(90.47 31.96 190.77) |
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)
#BBBCF0 — rgb(187, 188, 240)
Deuteranopia (Green-blind)
#B5AEF0 — rgb(181, 174, 240)
Tritanopia (Blue-blind)
#94F1F1 — rgb(148, 241, 241)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(176, 83%, 76%);
text
color: hsl(176, 83%, 76%);
border
border: 2px solid hsl(176, 83%, 76%);
gradient light
background: linear-gradient(to right, hsl(176, 83%, 96%), hsl(176, 83%, 76%));
gradient dark
background: linear-gradient(to right, hsl(176, 83%, 76%), hsl(176, 83%, 56%))
hex
background-color: #8FF5EE;
tailwind
bg-[hsl(176,83%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(176, 83%, 76%, 0.4);
css variable
--color-primary: hsl(176, 83%, 76%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(176, 83%, 76%)?
HEX: #8FF5EE | RGB: rgb(143, 245, 238) | CMYK: 42%, 0%, 3%, 4% | HSV: 176°, 42%, 96%. Copy any format from the conversion table above.
What colors go well with #8FF5EE?
The complementary color is HSL(356, 83%, 76%). 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%, 76%) in CSS?
As HSL: color: hsl(176, 83%, 76%); — As HEX: color: #8FF5EE; — As RGB: color: rgb(143, 245, 238); — Tailwind CSS: bg-[hsl(176,83%,76%)] — CSS variable: --color-primary: hsl(176, 83%, 76%);