HSL(159, 35%, 68%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(159,35%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(159, 35%, 68%) | color: hsl(159, 35%, 68%) | |
| HEX | #91CAB6 | color: #91CAB6 | |
| RGB | rgb(145, 202, 182) | color: rgb(145, 202, 182) | |
| CMYK | cmyk(28%, 0%, 10%, 21%) | — | |
| HSV | hsv(159, 28%, 79%) | — | |
| HWB | hwb(159 57% 21%) | color: hwb(159 57% 21%) | |
| OKLCH | oklch(0.794 0.0656 170.83) | color: oklch(0.794 0.0656 170.83) | |
| Lab | lab(77.06 -22.61 4.08) | color: lab(77.06 -22.61 4.08) | |
| LCH | lch(77.06 22.98 169.77) | color: lch(77.06 22.98 169.77) |
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)
#AAAABB — rgb(170, 170, 187)
Deuteranopia (Green-blind)
#A6A2BC — rgb(166, 162, 188)
Tritanopia (Blue-blind)
#94BFC0 — rgb(148, 191, 192)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(159, 35%, 68%);
text
color: hsl(159, 35%, 68%);
border
border: 2px solid hsl(159, 35%, 68%);
gradient light
background: linear-gradient(to right, hsl(159, 35%, 88%), hsl(159, 35%, 68%));
gradient dark
background: linear-gradient(to right, hsl(159, 35%, 68%), hsl(159, 35%, 48%))
hex
background-color: #91CAB6;
tailwind
bg-[hsl(159,35%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(159, 35%, 68%, 0.4);
css variable
--color-primary: hsl(159, 35%, 68%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(159, 35%, 68%)?
HEX: #91CAB6 | RGB: rgb(145, 202, 182) | CMYK: 28%, 0%, 10%, 21% | HSV: 159°, 28%, 79%. Copy any format from the conversion table above.
What colors go well with #91CAB6?
The complementary color is HSL(339, 35%, 68%). 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, 35%, 68%) in CSS?
As HSL: color: hsl(159, 35%, 68%); — As HEX: color: #91CAB6; — As RGB: color: rgb(145, 202, 182); — Tailwind CSS: bg-[hsl(159,35%,68%)] — CSS variable: --color-primary: hsl(159, 35%, 68%);