HSL(159, 52%, 65%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(159,52%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(159, 52%, 65%) | color: hsl(159, 52%, 65%) | |
| HEX | #77D4B4 | color: #77D4B4 | |
| RGB | rgb(119, 212, 180) | color: rgb(119, 212, 180) | |
| CMYK | cmyk(44%, 0%, 15%, 17%) | — | |
| HSV | hsv(159, 44%, 83%) | — | |
| HWB | hwb(159 46% 17%) | color: hwb(159 46% 17%) | |
| OKLCH | oklch(0.8031 0.101 169.39) | color: oklch(0.8031 0.101 169.39) | |
| Lab | lab(78.64 -35.15 7.26) | color: lab(78.64 -35.15 7.26) | |
| LCH | lch(78.64 35.89 168.33) | color: lch(78.64 35.89 168.33) |
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)
#9FA0BC — rgb(159, 160, 188)
Deuteranopia (Green-blind)
#9A93BE — rgb(154, 147, 190)
Tritanopia (Blue-blind)
#7CC2C3 — rgb(124, 194, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(159, 52%, 65%);
text
color: hsl(159, 52%, 65%);
border
border: 2px solid hsl(159, 52%, 65%);
gradient light
background: linear-gradient(to right, hsl(159, 52%, 85%), hsl(159, 52%, 65%));
gradient dark
background: linear-gradient(to right, hsl(159, 52%, 65%), hsl(159, 52%, 45%))
hex
background-color: #77D4B4;
tailwind
bg-[hsl(159,52%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(159, 52%, 65%, 0.4);
css variable
--color-primary: hsl(159, 52%, 65%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(159, 52%, 65%)?
HEX: #77D4B4 | RGB: rgb(119, 212, 180) | CMYK: 44%, 0%, 15%, 17% | HSV: 159°, 44%, 83%. Copy any format from the conversion table above.
What colors go well with #77D4B4?
The complementary color is HSL(339, 52%, 65%). For a triadic harmony, use hues 159°, 279°, and 39°. For analogous combinations, try hues 129° and 189°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(159, 52%, 65%) in CSS?
As HSL: color: hsl(159, 52%, 65%); — As HEX: color: #77D4B4; — As RGB: color: rgb(119, 212, 180); — Tailwind CSS: bg-[hsl(159,52%,65%)] — CSS variable: --color-primary: hsl(159, 52%, 65%);