HSL(179, 55%, 62%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(179,55%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(179, 55%, 62%) | color: hsl(179, 55%, 62%) | |
| HEX | #69D3D2 | color: #69D3D2 | |
| RGB | rgb(105, 211, 210) | color: rgb(105, 211, 210) | |
| CMYK | cmyk(50%, 0%, 0%, 17%) | — | |
| HSV | hsv(179, 50%, 83%) | — | |
| HWB | hwb(179 42% 17%) | color: hwb(179 42% 17%) | |
| OKLCH | oklch(0.804 0.0982 194.55) | color: oklch(0.804 0.0982 194.55) | |
| Lab | lab(78.6 -30.75 -8.91) | color: lab(78.6 -30.75 -8.91) | |
| LCH | lch(78.6 32.01 196.16) | color: lch(78.6 32.01 196.16) |
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)
#9798D2 — rgb(151, 152, 210)
Deuteranopia (Green-blind)
#9189D2 — rgb(145, 137, 210)
Tritanopia (Blue-blind)
#6ED2D2 — rgb(110, 210, 210)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(179, 55%, 62%);
text
color: hsl(179, 55%, 62%);
border
border: 2px solid hsl(179, 55%, 62%);
gradient light
background: linear-gradient(to right, hsl(179, 55%, 82%), hsl(179, 55%, 62%));
gradient dark
background: linear-gradient(to right, hsl(179, 55%, 62%), hsl(179, 55%, 42%))
hex
background-color: #69D3D2;
tailwind
bg-[hsl(179,55%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(179, 55%, 62%, 0.4);
css variable
--color-primary: hsl(179, 55%, 62%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(179, 55%, 62%)?
HEX: #69D3D2 | RGB: rgb(105, 211, 210) | CMYK: 50%, 0%, 0%, 17% | HSV: 179°, 50%, 83%. Copy any format from the conversion table above.
What colors go well with #69D3D2?
The complementary color is HSL(359, 55%, 62%). For a triadic harmony, use hues 179°, 299°, and 59°. For analogous combinations, try hues 149° and 209°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(179, 55%, 62%) in CSS?
As HSL: color: hsl(179, 55%, 62%); — As HEX: color: #69D3D2; — As RGB: color: rgb(105, 211, 210); — Tailwind CSS: bg-[hsl(179,55%,62%)] — CSS variable: --color-primary: hsl(179, 55%, 62%);