HSL(173, 70%, 69%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(173,70%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(173, 70%, 69%) | color: hsl(173, 70%, 69%) | |
| HEX | #79E7DA | color: #79E7DA | |
| RGB | rgb(121, 231, 218) | color: rgb(121, 231, 218) | |
| CMYK | cmyk(48%, 0%, 6%, 9%) | — | |
| HSV | hsv(173, 48%, 91%) | — | |
| HWB | hwb(173 47% 9%) | color: hwb(173 47% 9%) | |
| OKLCH | oklch(0.859 0.1036 185.44) | color: oklch(0.859 0.1036 185.44) | |
| Lab | lab(85.14 -34.71 -3.44) | color: lab(85.14 -34.71 -3.44) | |
| LCH | lch(85.14 34.88 185.66) | color: lch(85.14 34.88 185.66) |
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)
#A9AADD — rgb(169, 170, 221)
Deuteranopia (Green-blind)
#A29ADE — rgb(162, 154, 222)
Tritanopia (Blue-blind)
#7FE0E0 — rgb(127, 224, 224)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(173, 70%, 69%);
text
color: hsl(173, 70%, 69%);
border
border: 2px solid hsl(173, 70%, 69%);
gradient light
background: linear-gradient(to right, hsl(173, 70%, 89%), hsl(173, 70%, 69%));
gradient dark
background: linear-gradient(to right, hsl(173, 70%, 69%), hsl(173, 70%, 49%))
hex
background-color: #79E7DA;
tailwind
bg-[hsl(173,70%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(173, 70%, 69%, 0.4);
css variable
--color-primary: hsl(173, 70%, 69%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(173, 70%, 69%)?
HEX: #79E7DA | RGB: rgb(121, 231, 218) | CMYK: 48%, 0%, 6%, 9% | HSV: 173°, 48%, 91%. Copy any format from the conversion table above.
What colors go well with #79E7DA?
The complementary color is HSL(353, 70%, 69%). 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%, 69%) in CSS?
As HSL: color: hsl(173, 70%, 69%); — As HEX: color: #79E7DA; — As RGB: color: rgb(121, 231, 218); — Tailwind CSS: bg-[hsl(173,70%,69%)] — CSS variable: --color-primary: hsl(173, 70%, 69%);