HSL(174, 80%, 80%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(174,80%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(174, 80%, 80%) | color: hsl(174, 80%, 80%) | |
| HEX | #A3F5ED | color: #A3F5ED | |
| RGB | rgb(163, 245, 237) | color: rgb(163, 245, 237) | |
| CMYK | cmyk(33%, 0%, 3%, 4%) | — | |
| HSV | hsv(174, 33%, 96%) | — | |
| HWB | hwb(174 64% 4%) | color: hwb(174 64% 4%) | |
| OKLCH | oklch(0.9153 0.0807 188.11) | color: oklch(0.9153 0.0807 188.11) | |
| Lab | lab(91.33 -26.57 -4.08) | color: lab(91.33 -26.57 -4.08) | |
| LCH | lch(91.33 26.88 188.73) | color: lch(91.33 26.88 188.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)
#C7C7EF — rgb(199, 199, 239)
Deuteranopia (Green-blind)
#C2BCEF — rgb(194, 188, 239)
Tritanopia (Blue-blind)
#A7F0F1 — rgb(167, 240, 241)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(174, 80%, 80%);
text
color: hsl(174, 80%, 80%);
border
border: 2px solid hsl(174, 80%, 80%);
gradient light
background: linear-gradient(to right, hsl(174, 80%, 100%), hsl(174, 80%, 80%));
gradient dark
background: linear-gradient(to right, hsl(174, 80%, 80%), hsl(174, 80%, 60%))
hex
background-color: #A3F5ED;
tailwind
bg-[hsl(174,80%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(174, 80%, 80%, 0.4);
css variable
--color-primary: hsl(174, 80%, 80%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(174, 80%, 80%)?
HEX: #A3F5ED | RGB: rgb(163, 245, 237) | CMYK: 33%, 0%, 3%, 4% | HSV: 174°, 33%, 96%. Copy any format from the conversion table above.
What colors go well with #A3F5ED?
The complementary color is HSL(354, 80%, 80%). For a triadic harmony, use hues 174°, 294°, and 54°. For analogous combinations, try hues 144° and 204°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(174, 80%, 80%) in CSS?
As HSL: color: hsl(174, 80%, 80%); — As HEX: color: #A3F5ED; — As RGB: color: rgb(163, 245, 237); — Tailwind CSS: bg-[hsl(174,80%,80%)] — CSS variable: --color-primary: hsl(174, 80%, 80%);