HSL(173, 70%, 79%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(173,70%,79%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(173, 70%, 79%) | color: hsl(173, 70%, 79%) | |
| HEX | #A4EFE6 | color: #A4EFE6 | |
| RGB | rgb(164, 239, 230) | color: rgb(164, 239, 230) | |
| CMYK | cmyk(31%, 0%, 4%, 6%) | — | |
| HSV | hsv(173, 31%, 94%) | — | |
| HWB | hwb(173 65% 6%) | color: hwb(173 65% 6%) | |
| OKLCH | oklch(0.9006 0.0751 186.53) | color: oklch(0.9006 0.0751 186.53) | |
| Lab | lab(89.55 -24.96 -3.04) | color: lab(89.55 -24.96 -3.04) | |
| LCH | lch(89.55 25.14 186.94) | color: lch(89.55 25.14 186.94) |
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)
#C4C5E8 — rgb(196, 197, 232)
Deuteranopia (Green-blind)
#C0BBE9 — rgb(192, 187, 233)
Tritanopia (Blue-blind)
#A8EAEA — rgb(168, 234, 234)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(173, 70%, 79%);
text
color: hsl(173, 70%, 79%);
border
border: 2px solid hsl(173, 70%, 79%);
gradient light
background: linear-gradient(to right, hsl(173, 70%, 99%), hsl(173, 70%, 79%));
gradient dark
background: linear-gradient(to right, hsl(173, 70%, 79%), hsl(173, 70%, 59%))
hex
background-color: #A4EFE6;
tailwind
bg-[hsl(173,70%,79%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(173, 70%, 79%, 0.4);
css variable
--color-primary: hsl(173, 70%, 79%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(173, 70%, 79%)?
HEX: #A4EFE6 | RGB: rgb(164, 239, 230) | CMYK: 31%, 0%, 4%, 6% | HSV: 173°, 31%, 94%. Copy any format from the conversion table above.
What colors go well with #A4EFE6?
The complementary color is HSL(353, 70%, 79%). For a triadic harmony, use hues 173°, 293°, and 53°. For analogous combinations, try hues 143° and 203°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(173, 70%, 79%) in CSS?
As HSL: color: hsl(173, 70%, 79%); — As HEX: color: #A4EFE6; — As RGB: color: rgb(164, 239, 230); — Tailwind CSS: bg-[hsl(173,70%,79%)] — CSS variable: --color-primary: hsl(173, 70%, 79%);