HSL(159, 60%, 65%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(159,60%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(159, 60%, 65%) | color: hsl(159, 60%, 65%) | |
| HEX | #70DBB6 | color: #70DBB6 | |
| RGB | rgb(112, 219, 182) | color: rgb(112, 219, 182) | |
| CMYK | cmyk(49%, 0%, 17%, 14%) | — | |
| HSV | hsv(159, 49%, 86%) | — | |
| HWB | hwb(159 44% 14%) | color: hwb(159 44% 14%) | |
| OKLCH | oklch(0.8172 0.1136 168.6) | color: oklch(0.8172 0.1136 168.6) | |
| Lab | lab(80.45 -39.63 8.76) | color: lab(80.45 -39.63 8.76) | |
| LCH | lch(80.45 40.59 167.54) | color: lch(80.45 40.59 167.54) |
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)
#9E9FBF — rgb(158, 159, 191)
Deuteranopia (Green-blind)
#9890C1 — rgb(152, 144, 193)
Tritanopia (Blue-blind)
#75C6C8 — rgb(117, 198, 200)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(159, 60%, 65%);
text
color: hsl(159, 60%, 65%);
border
border: 2px solid hsl(159, 60%, 65%);
gradient light
background: linear-gradient(to right, hsl(159, 60%, 85%), hsl(159, 60%, 65%));
gradient dark
background: linear-gradient(to right, hsl(159, 60%, 65%), hsl(159, 60%, 45%))
hex
background-color: #70DBB6;
tailwind
bg-[hsl(159,60%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(159, 60%, 65%, 0.4);
css variable
--color-primary: hsl(159, 60%, 65%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(159, 60%, 65%)?
HEX: #70DBB6 | RGB: rgb(112, 219, 182) | CMYK: 49%, 0%, 17%, 14% | HSV: 159°, 49%, 86%. Copy any format from the conversion table above.
What colors go well with #70DBB6?
The complementary color is HSL(339, 60%, 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, 60%, 65%) in CSS?
As HSL: color: hsl(159, 60%, 65%); — As HEX: color: #70DBB6; — As RGB: color: rgb(112, 219, 182); — Tailwind CSS: bg-[hsl(159,60%,65%)] — CSS variable: --color-primary: hsl(159, 60%, 65%);