HSL(159, 72%, 64%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(159,72%,64%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(159, 72%, 64%) | color: hsl(159, 72%, 64%) | |
| HEX | #61E5B7 | color: #61E5B7 | |
| RGB | rgb(97, 229, 183) | color: rgb(97, 229, 183) | |
| CMYK | cmyk(58%, 0%, 20%, 10%) | — | |
| HSV | hsv(159, 58%, 90%) | — | |
| HWB | hwb(159 38% 10%) | color: hwb(159 38% 10%) | |
| OKLCH | oklch(0.836 0.1345 167.15) | color: oklch(0.836 0.1345 167.15) | |
| Lab | lab(82.91 -47.04 11.67) | color: lab(82.91 -47.04 11.67) | |
| LCH | lch(82.91 48.47 166.07) | color: lch(82.91 48.47 166.07) |
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)
#9A9BC2 — rgb(154, 155, 194)
Deuteranopia (Green-blind)
#9389C5 — rgb(147, 137, 197)
Tritanopia (Blue-blind)
#68CBCD — rgb(104, 203, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(159, 72%, 64%);
text
color: hsl(159, 72%, 64%);
border
border: 2px solid hsl(159, 72%, 64%);
gradient light
background: linear-gradient(to right, hsl(159, 72%, 84%), hsl(159, 72%, 64%));
gradient dark
background: linear-gradient(to right, hsl(159, 72%, 64%), hsl(159, 72%, 44%))
hex
background-color: #61E5B7;
tailwind
bg-[hsl(159,72%,64%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(159, 72%, 64%, 0.4);
css variable
--color-primary: hsl(159, 72%, 64%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(159, 72%, 64%)?
HEX: #61E5B7 | RGB: rgb(97, 229, 183) | CMYK: 58%, 0%, 20%, 10% | HSV: 159°, 58%, 90%. Copy any format from the conversion table above.
What colors go well with #61E5B7?
The complementary color is HSL(339, 72%, 64%). 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, 72%, 64%) in CSS?
As HSL: color: hsl(159, 72%, 64%); — As HEX: color: #61E5B7; — As RGB: color: rgb(97, 229, 183); — Tailwind CSS: bg-[hsl(159,72%,64%)] — CSS variable: --color-primary: hsl(159, 72%, 64%);